From: Jan-Benedict G. <jb...@us...> - 2005-12-17 21:11:51
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29244 Modified Files: run_test_build.sh Log Message: - Remove build dir again. This was accidentally checked in :-( Index: run_test_build.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/run_test_build.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- run_test_build.sh 17 Dec 2005 20:31:45 -0000 1.8 +++ run_test_build.sh 17 Dec 2005 21:11:43 -0000 1.9 @@ -61,7 +61,7 @@ } function unlock() { - #rm -rf "${BUILD_DIRECTORY}" + rm -rf "${BUILD_DIRECTORY}" rm -f "${LOCKFILE}" } |