diff options
author | David D. Zuhn <zoo@cygnus> | 1993-06-29 20:59:01 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-06-29 20:59:01 +0000 |
commit | f0d7cc29ad6b3d6cd87eccb8856e51c4084d5f96 (patch) | |
tree | ee6a8d8375968b4eb00fb02f2fe2cfae03808364 /install.sh | |
parent | 76a1bd4cc098c842288b4c4564911bd45c4cf56a (diff) | |
download | binutils-gdb-f0d7cc29ad6b3d6cd87eccb8856e51c4084d5f96.tar.gz |
kludge around 386BSD bug
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
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 |