projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a17a1
)
work around lynxos /bin/sh lossage
author
David D. Zuhn
<zoo@cygnus>
Fri, 16 Jul 1993 20:21:43 +0000
(20:21 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Fri, 16 Jul 1993 20:21:43 +0000
(20:21 +0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
0ed2039
..
6ddc1af
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=