r3469 - trunk/misc/buildfiles/copystrip

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 1 11:16:24 EST 2008


Author: div0
Date: 2008-03-01 11:16:24 -0500 (Sat, 01 Mar 2008)
New Revision: 3469

Modified:
   trunk/misc/buildfiles/copystrip/strip
Log:
oops. Bug in copystrip.


Modified: trunk/misc/buildfiles/copystrip/strip
===================================================================
--- trunk/misc/buildfiles/copystrip/strip	2008-03-01 13:46:18 UTC (rev 3468)
+++ trunk/misc/buildfiles/copystrip/strip	2008-03-01 16:16:24 UTC (rev 3469)
@@ -7,6 +7,8 @@
 
 case "$COPYSTRIP_STRIP" in
 	*/*)
+		echo >&2 "Using $COPYSTRIP_STRIP..."
+		cp "$stripfile" "$stripfile-withdebug"
 		exec "$COPYSTRIP_STRIP" "$stripfile"
 		;;
 esac




More information about the nexuiz-commits mailing list