projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d18a452
)
configure already add the -e
author
David D. Zuhn
<zoo@cygnus>
Thu, 17 Jun 1993 23:50:01 +0000
(23:50 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Thu, 17 Jun 1993 23:50:01 +0000
(23:50 +0000)
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index
53f7450
..
c12763f
100755
(executable)
--- 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