diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-16 20:21:43 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-16 20:21:43 +0000 |
commit | 9d8c0ead6bc7854b0a635f97d546c7e02b394c2b (patch) | |
tree | 04627b5829dbade0d5c1874440c75e74d6fe16ec /configure | |
parent | 07a17a1bae77b957a70abb6d06ff60f29a0ba09a (diff) | |
download | gdb-9d8c0ead6bc7854b0a635f97d546c7e02b394c2b.zip gdb-9d8c0ead6bc7854b0a635f97d546c7e02b394c2b.tar.gz gdb-9d8c0ead6bc7854b0a635f97d546c7e02b394c2b.tar.bz2 |
work around lynxos /bin/sh lossage
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |