]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Get rid of useless -e with sed.
authorWayne Davison <wayne@opencoder.net>
Thu, 18 Jun 2020 20:21:33 +0000 (13:21 -0700)
committerWayne Davison <wayne@opencoder.net>
Thu, 18 Jun 2020 20:31:50 +0000 (13:31 -0700)
configure.ac

index 97eb74d17be197b617d8d048b35d921076d95c53..060efef74b3b47a29711b5f09fd1c1db413a8110 100644 (file)
@@ -650,7 +650,7 @@ size_t iconv();
 #endif
 ]], [[]])],[am_cv_proto_iconv_arg1=""],[am_cv_proto_iconv_arg1="const"])
       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
-    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
+    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed 's/( /(/'`
 AC_MSG_RESULT([$]{ac_t:-
          }[$]am_cv_proto_iconv)
 AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1,