]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
syntax-check: exclude false positive nested quote test.
authorGary V. Vaughan <gary@gnu.org>
Thu, 18 Oct 2012 17:49:01 +0000 (00:49 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 18 Oct 2012 17:49:01 +0000 (00:49 +0700)
* build-aux/funclib.sh (func_echo_infix_1): These quotes are not
actually nested, so add an exclude marker for the syntax-check.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
build-aux/funclib.sh

index 497473651e4faa33c8c526f385657f7c76669f15..5a509d864e9b2aa960438fcc50e0558baa48471d 100644 (file)
@@ -572,7 +572,7 @@ func_echo_infix_1 ()
         _G_indent=`$bs_echo "$_G_indent" | sed "s|$_G_esc_tc||g"`
       }
     done
-    _G_indent="$progname: "`echo "$_G_indent" | sed 's|.| |g'`"  "
+    _G_indent="$progname: "`echo "$_G_indent" | sed 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
 
     func_echo_infix_1_IFS=$IFS
     IFS=$nl