projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a1bd4
)
kludge around 386BSD bug
author
David D. Zuhn
<zoo@cygnus>
Tue, 29 Jun 1993 20:59:01 +0000
(20:59 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Tue, 29 Jun 1993 20:59:01 +0000
(20:59 +0000)
ChangeLog
patch
|
blob
|
history
install.sh
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index a749e8fd0b2d569ccdaad63dec2f8ef4988b8009..ae44e554eef2e6993039127c2799e17aadfa5ef7 100644
(file)
--- 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 649b960baad068c27e1a07f9da6acde0a8b43311..6c51cad46943dba5a07eaeb005c0693d01e8a057 100755
(executable)
--- 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