t/check-non-portable-shell: stop being so polite
commitef2d2acceffaa426e27ad21350fb707ddb5f5eec
authorEric Sunshine <sunshine@sunshineco.com>
Fri, 13 Jul 2018 05:52:03 +0000 (13 01:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jul 2018 21:55:01 +0000 (16 14:55 -0700)
tree21b9b448209df92e015937dbcf7bedab88b388a7
parent079b087c8eaf8119c4b159598e7b6965c1ca3fe9
t/check-non-portable-shell: stop being so polite

Error messages emitted by this linting script are long and noisy,
consisting of several sections:

    <test-script>:<line#>: error: <explanation>: <failed-shell-text>

Many problem explanations ask the reader to "please" use a suggested
alternative, however, such politeness is unnecessary and just adds to
the noise and length of the line, so drop "please" to make the message a
bit more concise.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/check-non-portable-shell.pl