append transformbasename to transformed name

This commit is contained in:
David D. Zuhn
1993-06-18 18:18:12 +00:00
parent 394d1b3f0d
commit 1a4874f78f

View File

@ -152,7 +152,7 @@ if [ x"$transformarg" = x ]
then then
dstfile=`basename $dst` dstfile=`basename $dst`
else else
dstfile=`basename $dst $transformbasename | sed $transformarg` dstfile=`basename $dst $transformbasename | sed $transformarg`$transformbasename
fi fi
# don't allow the sed command to completely eliminate the filename # don't allow the sed command to completely eliminate the filename