projects
/
synfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a08fcee
)
Allow etl to bootstrap in directories with spaces in their names.
author
pabs
<pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 14 Aug 2006 08:09:48 +0000
(08:09 +0000)
committer
pabs
<pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 14 Aug 2006 08:09:48 +0000
(08:09 +0000)
git-svn-id: http://svn.voria.com/code@216
1f10aa63
-cdf2-0310-b900-
c93c546f37ac
ETL/trunk/bootstrap
patch
|
blob
|
history
diff --git
a/ETL/trunk/bootstrap
b/ETL/trunk/bootstrap
index
485bf29
..
461491e
100755
(executable)
--- 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"