# HG changeset patch # User truelight # Date 2006-03-15 21:55:59 # Node ID abced5cbce6245b50eaf340e3c79a9454b0349d3 # Parent 9c536e26b2229c179b55643f1823b4299facf92b (svn r3894) -Fix: use "" over in configure diff --git a/configure b/configure --- 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)