From: Jim Meyering Date: Sun, 16 Oct 2005 21:01:48 +0000 (+0000) Subject: typo X-Git-Tag: v5.91~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bff118a364565383a9cc3502c37661757bc6a2a;p=thirdparty%2Fcoreutils.git typo --- diff --git a/Makefile.maint b/Makefile.maint index 5a210aec2f..de161e3601 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -308,7 +308,7 @@ news-date-check: NEWS fi changelog-check: - if head ChangeLog | grep 'Version $(VERSION_REGEXP)\.$' \ + if head ChangeLog | grep 'Version $(VERSION_REGEXP)\.$$' \ >/dev/null; then \ :; \ else \