1
0
Fork 0

(svn r3894) -Fix: use "" over in configure

release/0.5
truelight 2006-03-15 21:55:59 +00:00
parent 748d082a79
commit 61bb1d5b9a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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)