From: David D. Zuhn Date: Thu, 17 Jun 1993 23:50:01 +0000 (+0000) Subject: configure already add the -e X-Git-Tag: gdb-4_18-branchpoint~18768 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09938a16127372eb24493e4bceb5dffe9e23a76d;p=thirdparty%2Fbinutils-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