summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-03-15 21:55:59 +0000
committertruelight <truelight@openttd.org>2006-03-15 21:55:59 +0000
commit61bb1d5b9af4e8a5d49fc8b70b2749e35f4861d1 (patch)
treebc7870dc123b66648f27d08a3d9cfdd0a6005ad9 /configure
parent748d082a7932fcf83e01db6040bdf02d819c2ecf (diff)
downloadopenttd-61bb1d5b9af4e8a5d49fc8b70b2749e35f4861d1.tar.xz
(svn r3894) -Fix: use "" over in configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bfb5b6341..6764ba959 100755
--- a/configure
+++ b/configure
@@ -48,7 +48,7 @@ function handle() {
# Value is in form: tag=REAL_VALUE
# ITEM="NAME" - Will set the value as above, only with the next param
# SITEM="NAME" - Will set the var $NAME to the next param
-for n in $*
+for n in "$@"
do
case "$n" in
--help | -h)