svn commit: r306289 - head/devel/rclint/files

Chris Rees crees at FreeBSD.org
Mon Oct 22 20:47:41 UTC 2012


Author: crees
Date: Mon Oct 22 20:47:40 2012
New Revision: 306289
URL: http://svn.freebsd.org/changeset/ports/306289

Log:
  Use exec to drop sh process, and remove redundant /usr/bin/env.
  
  Submitted by:	bdrewery
  Feature safe:	yes

Modified:
  head/devel/rclint/files/rclint.in

Modified: head/devel/rclint/files/rclint.in
==============================================================================
--- head/devel/rclint/files/rclint.in	Mon Oct 22 20:31:59 2012	(r306288)
+++ head/devel/rclint/files/rclint.in	Mon Oct 22 20:47:40 2012	(r306289)
@@ -3,4 +3,4 @@
 # $FreeBSD$
 #
 
-/usr/bin/env python %%DATADIR%%/rclint.py ${1+"$@"}
+exec python %%DATADIR%%/rclint.py ${1+"$@"}


More information about the svn-ports-all mailing list