diff options
author | truelight <truelight@openttd.org> | 2006-03-15 21:55:59 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2006-03-15 21:55:59 +0000 |
commit | 9ae2e006447d7aedd275bf1fc060b7c3582a9569 (patch) | |
tree | bc7870dc123b66648f27d08a3d9cfdd0a6005ad9 /configure | |
parent | a390b6e4d19a293cfca2b6d0c2688a8a1b6f52fd (diff) | |
download | openttd-9ae2e006447d7aedd275bf1fc060b7c3582a9569.tar.xz |
(svn r3894) -Fix: use "" over in configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |