summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-06-17 23:50:01 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-06-17 23:50:01 +0000
commit09938a16127372eb24493e4bceb5dffe9e23a76d (patch)
treee6e4a88cb4d0de3bc4e883f6eb7fdf0d685140e5 /install.sh
parentd18a45278e73ae05ed85e5bbb0489a6cca9dab77 (diff)
downloadppe42-binutils-09938a16127372eb24493e4bceb5dffe9e23a76d.tar.gz
ppe42-binutils-09938a16127372eb24493e4bceb5dffe9e23a76d.zip
configure already add the -e
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
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
OpenPOWER on IntegriCloud