X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Fbootstrap;fp=ETL%2Ftrunk%2Fbootstrap;h=461491ecd8f80a9b7f33a5b0c1db7eec148b9140;hb=541ebfe76dc6ce57df0cd89d54eab7cc5a9adb80;hp=485bf29768f470ad403e0cfa5020617838d3b65d;hpb=a08fceee694fe4adf35a99f968f42fc84c27dd20;p=synfig.git 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"