mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
append transformbasename to transformed name
This commit is contained in:
parent
394d1b3f0d
commit
1a4874f78f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user