run all of autogen in a subshell so the the CWD is reset
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 4 Nov 2007 12:36:30 +0000 (12:36 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 4 Nov 2007 12:36:30 +0000 (12:36 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7984 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/autogen.sh

index 5e3e743..8804b2b 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/bash
 # vim:noet:ts=4
 
+(
+
 BASEDIR=${0%/*}
 if test "$BASEDIR" = "$0" ; then
        BASEDIR="$(which $0)"
@@ -30,3 +32,5 @@ perl org_tree_html_options.pl "$CONFIG" "$SLIMPACDIR/lib_list.inc";
 
 echo "Done";
 
+)
+