From 61bb1d5b9af4e8a5d49fc8b70b2749e35f4861d1 Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 15 Mar 2006 21:55:59 +0000 Subject: [PATCH] (svn r3894) -Fix: use "" over in configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bfb5b63410..6764ba959c 100755 --- a/configure +++ b/configure @@ -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)