[open-ils-commits] r7984 - trunk/Open-ILS/src/extras

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 4 07:51:47 EST 2007


Author: miker
Date: 2007-11-04 07:36:30 -0500 (Sun, 04 Nov 2007)
New Revision: 7984

Modified:
   trunk/Open-ILS/src/extras/autogen.sh
Log:
run all of autogen in a subshell so the the CWD is reset

Modified: trunk/Open-ILS/src/extras/autogen.sh
===================================================================
--- trunk/Open-ILS/src/extras/autogen.sh	2007-11-04 11:45:14 UTC (rev 7983)
+++ trunk/Open-ILS/src/extras/autogen.sh	2007-11-04 12:36:30 UTC (rev 7984)
@@ -1,6 +1,8 @@
 #!/bin/bash
 # vim:noet:ts=4
 
+(
+
 BASEDIR=${0%/*}
 if test "$BASEDIR" = "$0" ; then
 	BASEDIR="$(which $0)"
@@ -30,3 +32,5 @@
 
 echo "Done";
 
+)
+



More information about the open-ils-commits mailing list