From: Gary V. Vaughan Date: Thu, 18 Oct 2012 17:49:01 +0000 (+0700) Subject: syntax-check: exclude false positive nested quote test. X-Git-Tag: v2.4.2.418~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3b06455e9c78ba5d3b7261f1c1d6e51029f6335;p=thirdparty%2Flibtool.git syntax-check: exclude false positive nested quote test. * 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 --- diff --git a/build-aux/funclib.sh b/build-aux/funclib.sh index 497473651..5a509d864 100644 --- a/build-aux/funclib.sh +++ b/build-aux/funclib.sh @@ -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