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 <gary@gnu.org>
This commit is contained in:
Gary V. Vaughan 2012-10-19 00:49:01 +07:00
parent b07f86e9ea
commit a3b06455e9

View 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