(svn r3894) -Fix: use "" over in configure
authortruelight
Wed, 15 Mar 2006 21:55:59 +0000
changeset 3221 ef81bf83703b
parent 3220 149ce8c6ba10
child 3222 8bfed4267cba
(svn r3894) -Fix: use "" over in configure
configure
--- a/configure	Wed Mar 15 21:27:19 2006 +0000
+++ b/configure	Wed Mar 15 21:55:59 2006 +0000
@@ -48,7 +48,7 @@
 #                         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)