Allow etl to bootstrap in directories with spaces in their names.
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 14 Aug 2006 08:09:48 +0000 (08:09 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 14 Aug 2006 08:09:48 +0000 (08:09 +0000)
git-svn-id: http://svn.voria.com/code@216 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/bootstrap

index 485bf29..461491e 100755 (executable)
@@ -15,7 +15,7 @@ cd "$(dirname $0)"
 # Environment Variables
 BOOTSTRAP_NAME="$(basename $0)"
 
-CONFIG_DIR="$(pwd)/config"
+CONFIG_DIR="config"
 
 [ -x /bin/cygpath ] && CONFIG_DIR="`cygpath -m -s "$CONFIG_DIR"`"
 [ -x /bin/cygpath ] && CONFIG_DIR="`cygpath -u "$CONFIG_DIR"`"
@@ -213,4 +213,4 @@ echo $BOOTSTRAP_NAME: Complete.
 cleanup;
 
 # Move back to the current directory
-cd $CURR_DIR
+cd "$CURR_DIR"