summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-01-02 21:31:39 +0000
committertruelight <truelight@openttd.org>2007-01-02 21:31:39 +0000
commit35d6566d3cba2d2853b62fe3c3fabe765bd968fc (patch)
tree2c0c4d1023900c24995d4c94507551f8e28fa775 /configure
parent566f437bfa72195ad98f2111275bceee9a12e70a (diff)
downloadopenttd-35d6566d3cba2d2853b62fe3c3fabe765bd968fc.tar.xz
(svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 26e86a1a5..7800fe550 100755
--- a/configure
+++ b/configure
@@ -33,7 +33,7 @@ then
fi
set_default
-detect_params $@
+detect_params "$@"
save_params
check_params
make_cflags_and_ldflags