diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2009-01-20 00:43:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-19 22:39:31 -0800 |
commit | 35641310afa04aaa0ba5f31be6bdb2cf23ec100f (patch) | |
tree | b7c91041d8a6c9ba0bd625b25dbbb3aecd5fb193 /grep.c | |
parent | bc08fc4e850794c76da367bb628e508e6d41b1eb (diff) | |
download | git-35641310afa04aaa0ba5f31be6bdb2cf23ec100f.tar.gz git-35641310afa04aaa0ba5f31be6bdb2cf23ec100f.tar.xz |
use uppercase POSIX compliant signals for the 'trap' command
In 'man 1p trap' there is written:
"Implementations may permit names with the SIG prefix or ignore case
in signal names as an extension."
So change the lowercase signals to uppercase, which is POSIX compliant
instead of being an extension.
There wasn't anybody claiming that it doesn't work, but there was a bug
with using a signal with the SIG prefix, which is an extension as well.
So let's play it safe and change it, since it doesn't hurt anyone.
While at it, also convert 8 indentation spaces to 1 tab character.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'grep.c')
0 files changed, 0 insertions, 0 deletions