minor updates
authordarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 11 Nov 2005 20:07:17 +0000 (20:07 +0000)
committerdarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 11 Nov 2005 20:07:17 +0000 (20:07 +0000)
git-svn-id: http://svn.voria.com/code@62 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/bootstrap
synfig-core/trunk/examples/anime1.jpg [deleted file]
synfig-core/trunk/examples/candy.png [deleted file]
synfig-core/trunk/examples/sparkle.png [deleted file]
synfig-core/trunk/examples/test.bmp [deleted file]
synfig-core/trunk/examples/wallpaper.png [deleted file]

index 71826a5..3d7759b 100755 (executable)
@@ -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 (executable)
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 (executable)
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 (executable)
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 (executable)
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 (executable)
index db96fda..0000000
Binary files a/synfig-core/trunk/examples/wallpaper.png and /dev/null differ