r2872 - trunk/misc/buildfiles/copystrip

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 31 04:17:40 EDT 2007


Author: div0
Date: 2007-10-31 04:17:30 -0400 (Wed, 31 Oct 2007)
New Revision: 2872

Modified:
   trunk/misc/buildfiles/copystrip/strip
Log:
make copystrip use COPYSTRIP_STRIP


Modified: trunk/misc/buildfiles/copystrip/strip
===================================================================
--- trunk/misc/buildfiles/copystrip/strip	2007-10-30 15:58:06 UTC (rev 2871)
+++ trunk/misc/buildfiles/copystrip/strip	2007-10-31 08:17:30 UTC (rev 2872)
@@ -7,7 +7,7 @@
 
 p=$PATH
 while [ -n "$p" ]; do
-	item=${p%%:*}/strip
+	item=${p%%:*}/${COPYSTRIP_STRIP:-strip}
 	if [ -x "$item" ]; then
 		case "`sed -n 2p "$item"`" in
 			\#THIS-IS-COPYSTRIP)




More information about the nexuiz-commits mailing list