mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
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:
parent
b07f86e9ea
commit
a3b06455e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user