summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-06 07:18:09 +0100
committerJim Meyering <meyering@redhat.com>2009-03-06 07:18:09 +0100
commitc763b485f50690b955f0926c9feba4684476e5e3 (patch)
tree47a31856763035490cb33687fe109aef76f08917 /maint.mk
parent0d61f144a318cd54aa903068cbc40276d1b97d22 (diff)
downloadcoreutils-c763b485f50690b955f0926c9feba4684476e5e3.tar.xz
maint: remove spurious case-ignoring option from a test
* maint.mk (sc_trailing_blank): Remove useless/harmless ignore_case=1.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 484e3039f..31d75f4c0 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