]> git.ipfire.org Git - thirdparty/automake.git/commit
maint: avoid a false-positive syntax-check failure
authorJim Meyering <meyering@meta.com>
Wed, 27 Dec 2023 15:48:17 +0000 (07:48 -0800)
committerJim Meyering <meyering@meta.com>
Wed, 27 Dec 2023 15:48:17 +0000 (07:48 -0800)
commitb79e21c53b8e6899ad4616b422d1d1dd32d13d49
tree71a51b4c25e2005bcdb068f81a91105b10760ee2
parentc8fcdede16b034260d779ff3f064b84d55064000
maint: avoid a false-positive syntax-check failure

* maintainer/syntax-checks.mk (sc_tests_plain_sleep): This would match
the "sleep 1" in a comment.  So filter out shell-style comments before
matching.
maintainer/syntax-checks.mk