aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0ed2039..6ddc1af 100755
--- a/configure
+++ b/configure
@@ -111,7 +111,7 @@ case "${progname}" in
;;
esac
-for arg in $*;
+for arg in $*
do
# handle things that might have args following as separate words
if [ -n "${next_prefix}" ] ; then prefix=${arg} ; prefixoption="-prefix=${prefix}" ; next_prefix=