aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-06-29 20:59:01 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-06-29 20:59:01 +0000
commitf0d7cc29ad6b3d6cd87eccb8856e51c4084d5f96 (patch)
treeee6a8d8375968b4eb00fb02f2fe2cfae03808364
parent76a1bd4cc098c842288b4c4564911bd45c4cf56a (diff)
downloadgdb-f0d7cc29ad6b3d6cd87eccb8856e51c4084d5f96.zip
gdb-f0d7cc29ad6b3d6cd87eccb8856e51c4084d5f96.tar.gz
gdb-f0d7cc29ad6b3d6cd87eccb8856e51c4084d5f96.tar.bz2
kludge around 386BSD bug
-rw-r--r--ChangeLog4
-rwxr-xr-xinstall.sh2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a749e8f..ae44e55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/install.sh b/install.sh
index 649b960..6c51cad 100755
--- a/install.sh
+++ b/install.sh
@@ -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