mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-10 22:34:10 +01:00
(svn r3894) -Fix: use "" over in configure
This commit is contained in:
parent
748d082a79
commit
61bb1d5b9a
2
configure
vendored
2
configure
vendored
@ -48,7 +48,7 @@ function handle() {
|
|||||||
# Value is in form: tag=REAL_VALUE
|
# Value is in form: tag=REAL_VALUE
|
||||||
# ITEM="NAME" - Will set the value as above, only with the next param
|
# ITEM="NAME" - Will set the value as above, only with the next param
|
||||||
# SITEM="NAME" - Will set the var $NAME to the next param
|
# SITEM="NAME" - Will set the var $NAME to the next param
|
||||||
for n in $*
|
for n in "$@"
|
||||||
do
|
do
|
||||||
case "$n" in
|
case "$n" in
|
||||||
--help | -h)
|
--help | -h)
|
||||||
|
Loading…
Reference in New Issue
Block a user