I was surprised to find that "make syntax-check" was failing. Here's the trivial fix: (I'll push it later today)
>From eaa96cb8bd6dca5317329b6682df91dfda286d06 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Wed, 11 Apr 2012 12:05:38 +0200 Subject: [PATCH] maint: avoid "make syntax-check" failure * cfg.mk (old_NEWS_hash): Update to reflect typo fix in old news. --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 41b5cbe..3febab0 100644 --- a/cfg.mk +++ b/cfg.mk @@ -127,7 +127,7 @@ update-copyright-env = \ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=72 # Prevent incorrect NEWS edits. -old_NEWS_hash = d10ae7f49f642a6dc120c135ff4844ff +old_NEWS_hash = 54ad39275441a2a3fcbe6182da4f84fb exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^maint\.mk$$ exclude_file_name_regexp--sc_prohibit_test_minus_ao = \ -- 1.7.10
