From: Jim Meyering Date: Fri, 6 Mar 2009 06:18:09 +0000 (+0100) Subject: maint: remove spurious case-ignoring option from a test X-Git-Tag: v7.2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c763b485f50690b955f0926c9feba4684476e5e3;p=thirdparty%2Fcoreutils.git maint: remove spurious case-ignoring option from a test * maint.mk (sc_trailing_blank): Remove useless/harmless ignore_case=1. --- diff --git a/maint.mk b/maint.mk index 484e3039f1..31d75f4c0a 100644 --- a/maint.mk +++ b/maint.mk @@ -374,7 +374,7 @@ sc_the_the: sc_trailing_blank: @re='[ ]$$' \ - ignore_case=1 msg='found trailing blank(s)' \ + msg='found trailing blank(s)' \ $(_prohibit_regexp) # Match lines like the following, but where there is only one space