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
 
@@ -45,13 +45,13 @@ function handle() {
 

	
 
# The things you can use inside this case:
 
#  handle NAME VALUE - Sets the value to give the 'make upgradeconf'
 
#                         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)
 
			showhelp
 
			exit 0
 
			;;
0 comments (0 inline, 0 general)