From: darco Date: Fri, 11 Nov 2005 20:07:17 +0000 (+0000) Subject: minor updates X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=26ff7284ae6cd406d54ba44c89d77a9fc3b6033c;p=synfig.git minor updates git-svn-id: http://svn.voria.com/code@62 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/bootstrap b/synfig-core/trunk/bootstrap index 71826a5..3d7759b 100755 --- a/synfig-core/trunk/bootstrap +++ b/synfig-core/trunk/bootstrap @@ -9,13 +9,17 @@ # # Grab the current directory and move to our own -CURR_DIR=$(pwd) -cd $(dirname $0) +CURR_DIR="$(pwd)" +cd "$(dirname $0)" # Environment Variables -BOOTSTRAP_NAME=$(basename $0) -CONFIG_DIR=$(pwd)/config +BOOTSTRAP_NAME="$(basename $0)" +CONFIG_DIR="$(pwd)/config" +[ -x /bin/cygpath ] && CONFIG_DIR="`cygpath -m -s "$CONFIG_DIR"`" +[ -x /bin/cygpath ] && CONFIG_DIR="`cygpath -u "$CONFIG_DIR"`" +[ -x /bin/cygpath ] && CURR_DIR="`cygpath -m -s "$CURR_DIR"`" +[ -x /bin/cygpath ] && CURR_DIR="`cygpath -u "$CURR_DIR"`" # Automake,Autoconf, and Libtool versions that we require #AUTOCONF_VERSION=2.5 #AUTOMAKE_VERSION=1.6 diff --git a/synfig-core/trunk/examples/anime1.jpg b/synfig-core/trunk/examples/anime1.jpg deleted file mode 100755 index 6bab0c7..0000000 Binary files a/synfig-core/trunk/examples/anime1.jpg and /dev/null differ diff --git a/synfig-core/trunk/examples/candy.png b/synfig-core/trunk/examples/candy.png deleted file mode 100755 index e1334ff..0000000 Binary files a/synfig-core/trunk/examples/candy.png and /dev/null differ diff --git a/synfig-core/trunk/examples/sparkle.png b/synfig-core/trunk/examples/sparkle.png deleted file mode 100755 index 9a9cb03..0000000 Binary files a/synfig-core/trunk/examples/sparkle.png and /dev/null differ diff --git a/synfig-core/trunk/examples/test.bmp b/synfig-core/trunk/examples/test.bmp deleted file mode 100755 index 5577f40..0000000 Binary files a/synfig-core/trunk/examples/test.bmp and /dev/null differ diff --git a/synfig-core/trunk/examples/wallpaper.png b/synfig-core/trunk/examples/wallpaper.png deleted file mode 100755 index db96fda..0000000 Binary files a/synfig-core/trunk/examples/wallpaper.png and /dev/null differ