summaryrefslogtreecommitdiff
path: root/install.sh
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 /install.sh
parent76a1bd4cc098c842288b4c4564911bd45c4cf56a (diff)
downloadbinutils-gdb-f0d7cc29ad6b3d6cd87eccb8856e51c4084d5f96.tar.gz
kludge around 386BSD bug
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 649b960baad..6c51cad4694 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