diff options
author | David D. Zuhn <zoo@cygnus> | 1993-06-17 23:50:01 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-06-17 23:50:01 +0000 |
commit | 09938a16127372eb24493e4bceb5dffe9e23a76d (patch) | |
tree | e6e4a88cb4d0de3bc4e883f6eb7fdf0d685140e5 /install.sh | |
parent | d18a45278e73ae05ed85e5bbb0489a6cca9dab77 (diff) | |
download | ppe42-binutils-09938a16127372eb24493e4bceb5dffe9e23a76d.tar.gz ppe42-binutils-09938a16127372eb24493e4bceb5dffe9e23a76d.zip |
configure already add the -e
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh index 53f7450dfa..c12763f2ac 100755 --- a/install.sh +++ b/install.sh @@ -152,7 +152,7 @@ if [ x"$transformarg" = x ] then dstfile=`basename $dst` else - dstfile=`basename $dst $transformbasename | sed -e $transformarg` + dstfile=`basename $dst $transformbasename | sed $transformarg` fi # don't allow the sed command to completely eliminate the filename |