aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-06-18 18:18:12 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-06-18 18:18:12 +0000
commit1a4874f78f3af581951a103a015b33f73a72b310 (patch)
treecef2aa690da4eb4206fb425110704f0d7ef93420
parent394d1b3f0dcab5158b623e53381186286df6ff57 (diff)
downloadgdb-1a4874f78f3af581951a103a015b33f73a72b310.zip
gdb-1a4874f78f3af581951a103a015b33f73a72b310.tar.gz
gdb-1a4874f78f3af581951a103a015b33f73a72b310.tar.bz2
append transformbasename to transformed name
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index c12763f..710497a 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 $transformarg`
+ dstfile=`basename $dst $transformbasename | sed $transformarg`$transformbasename
fi
# don't allow the sed command to completely eliminate the filename