kludge around 386BSD bug

This commit is contained in:
David D. Zuhn 1993-06-29 20:59:01 +00:00
parent 76a1bd4cc0
commit f0d7cc29ad
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* install.sh: kludge around 386BSD shell bug
Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
* config.guess: Recognize i486-ncr-sysv4.

View File

@ -78,6 +78,8 @@ while [ x"$1" != x ]; do
then
src=$1
else
# this colon is to work around a 386BSD /bin/sh bug
:
dst=$1
fi
shift