[svk-commit] r2515 - branches/2.0-releng/pkg

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


Author: clkao
Date: Tue Jul 24 07:57:47 2007
New Revision: 2515

Modified:
   branches/2.0-releng/pkg/maketest

Log:
Merge from trunk:
 r9545 at ubuntu (orig r2514):  clkao | 2007-07-24 12:56:54 +0100
 cd not chdir for shell scripts.


Modified: branches/2.0-releng/pkg/maketest
==============================================================================
--- branches/2.0-releng/pkg/maketest	(original)
+++ branches/2.0-releng/pkg/maketest	Tue Jul 24 07:57:47 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