Changeset - r3221:abced5cbce62
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2006-03-15 21:55:59
truelight@openttd.org
(svn r3894) -Fix: use "" over in configure
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -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)
0 comments (0 inline, 0 general)