r3461 - trunk/misc/buildfiles/copystrip

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 1 05:01:23 EST 2008


Author: div0
Date: 2008-03-01 05:01:22 -0500 (Sat, 01 Mar 2008)
New Revision: 3461

Modified:
   trunk/misc/buildfiles/copystrip/strip
Log:
handle / in copystrip names


Modified: trunk/misc/buildfiles/copystrip/strip
===================================================================
--- trunk/misc/buildfiles/copystrip/strip	2008-03-01 09:46:40 UTC (rev 3460)
+++ trunk/misc/buildfiles/copystrip/strip	2008-03-01 10:01:22 UTC (rev 3461)
@@ -5,6 +5,12 @@
 
 stripfile=$1
 
+case "$COPYSTRIP_STRIP" in
+	*/*)
+		exec "$COPYSTRIP_STRIP" "$stripfile"
+		;;
+esac
+
 p=$PATH
 while [ -n "$p" ]; do
 	item=${p%%:*}/${COPYSTRIP_STRIP:-strip}




More information about the nexuiz-commits mailing list