work around lynxos /bin/sh lossage
authorDavid D. Zuhn <zoo@cygnus>
Fri, 16 Jul 1993 20:21:43 +0000 (20:21 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Fri, 16 Jul 1993 20:21:43 +0000 (20:21 +0000)
configure

index 0ed2039cebf2c0214ebe667f44f1100bc81cad94..6ddc1af9d42999a871b828e351746e2a1f178cd2 100755 (executable)
--- 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=
This page took 0.025499 seconds and 4 git commands to generate.