X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=ETL%2Ftrunk%2Fbootstrap;h=eba4766cdfd6b56ba3e9951dbf5d287a8fc03062;hb=20a38826ee92a217ecbe472a90797788b58e0a9f;hp=485bf29768f470ad403e0cfa5020617838d3b65d;hpb=ded7e2813d76650e1a775c320922fe5e597dce87;p=synfig.git diff --git a/ETL/trunk/bootstrap b/ETL/trunk/bootstrap index 485bf29..eba4766 100755 --- a/ETL/trunk/bootstrap +++ b/ETL/trunk/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # # Extended Template Library Bootstrap Script -# $Id: bootstrap,v 1.2 2005/01/04 01:54:14 darco Exp $ +# $Id$ # # This script creates the configure script and Makefile.in files, # and also fixes a few things in both to ensure a smooth build @@ -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"