From: David D. Zuhn Date: Thu, 17 Jun 1993 23:50:01 +0000 (+0000) Subject: configure already add the -e X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09938a16127372eb24493e4bceb5dffe9e23a76d;p=binutils-gdb.git configure already add the -e --- diff --git a/install.sh b/install.sh index 53f7450dfad..c12763f2ac3 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 -e $transformarg` + dstfile=`basename $dst $transformbasename | sed $transformarg` fi # don't allow the sed command to completely eliminate the filename