[svk-commit] r2514 - trunk/pkg

nobody at bestpractical.com nobody at bestpractical.com
Tue Jul 24 07:57:16 EDT 2007


Author: clkao
Date: Tue Jul 24 07:57:16 2007
New Revision: 2514

Modified:
   trunk/pkg/maketest

Log:
cd not chdir for shell scripts.

Modified: trunk/pkg/maketest
==============================================================================
--- trunk/pkg/maketest	(original)
+++ trunk/pkg/maketest	Tue Jul 24 07:57:16 2007
@@ -6,5 +6,5 @@
 
 BASE=`echo $BASE | sed s/maketest$//`;
 PROVE=`which prove`
-chdir /tmp
+cd /tmp
 LD_LIBRARY_PATH=${BASE} perl -I${BASE}perl "$PROVE" ${BASE}t


More information about the svk-commit mailing list