configure already add the -e

This commit is contained in:
David D. Zuhn 1993-06-17 23:50:01 +00:00
parent d18a45278e
commit 09938a1612

View File

@ -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