From d7412df9b881095af74a66e74854b30dc6bf0c78 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 10 Jul 2015 16:36:19 -0700 Subject: Fix typos in sed commands. Add missing end quote. Don't match spaces that might not exist. Correct spelling of plugins. Change-Id: Ibba5e655d496a97828328f515e30b9e72e14a4b5 --- config/gcc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/gcc.conf') diff --git a/config/gcc.conf b/config/gcc.conf index 290c4014..19c44ca8 100644 --- a/config/gcc.conf +++ b/config/gcc.conf @@ -134,7 +134,7 @@ if test x"${build}" != x"${target}"; then languages="c,c++" default_configure_flags="${default_configure_flags} --enable-languages=${languages} --disable-plugins" # Cygwin doesn't support GCC plugins -# default_configure_flags="`echo ${default_configure_flags} | sed -e 's:--enable-plugin ::`" +# default_configure_flags="`echo ${default_configure_flags} | sed -e 's:--enable-plugins::'`" ;; *) default_configure_flags="${default_configure_flags}" -- cgit v1.2.3