From: David D. Zuhn Date: Fri, 16 Jul 1993 20:21:43 +0000 (+0000) Subject: work around lynxos /bin/sh lossage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d8c0ead6bc7854b0a635f97d546c7e02b394c2b;p=binutils-gdb.git work around lynxos /bin/sh lossage --- diff --git a/configure b/configure index 0ed2039cebf..6ddc1af9d42 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=