From: pabs Date: Mon, 14 Aug 2006 08:09:48 +0000 (+0000) Subject: Allow etl to bootstrap in directories with spaces in their names. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=541ebfe76dc6ce57df0cd89d54eab7cc5a9adb80;p=synfig.git Allow etl to bootstrap in directories with spaces in their names. git-svn-id: http://svn.voria.com/code@216 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/ETL/trunk/bootstrap b/ETL/trunk/bootstrap index 485bf29..461491e 100755 --- a/ETL/trunk/bootstrap +++ b/ETL/trunk/bootstrap @@ -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"