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