From a3b06455e9c78ba5d3b7261f1c1d6e51029f6335 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 19 Oct 2012 00:49:01 +0700 Subject: [PATCH] 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 --- build-aux/funclib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3