Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2012 20:47:41 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306289 - head/devel/rclint/files
Message-ID:  <201210222047.q9MKlf7u004043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+"$@"}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210222047.q9MKlf7u004043>