author | Brandon Casey <casey@nrlssc.navy.mil> | |
Wed, 6 May 2009 22:56:18 +0000 (17:56 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 May 2009 23:43:29 +0000 (16:43 -0700) | ||
commit | 5e16488edc3cf9d5c30d08fcd9b74525198d6184 | |
tree | d5df11a5cfc7799244d2b83d59a8c4080d5a2a88 | tree | snapshot |
parent | 9eda0e980a43e6bf5167e1b35f457f970bec7b74 | commit | diff |
t4200: convert sed expression which operates on non-text file to perl
POSIX only requires sed to work on text files and MERGE_RR is not a text
file. Some versions of sed complain that this file is not newline
terminated, and exit non-zero. Use perl instead which does not have a
problem with it.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
POSIX only requires sed to work on text files and MERGE_RR is not a text
file. Some versions of sed complain that this file is not newline
terminated, and exit non-zero. Use perl instead which does not have a
problem with it.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4200-rerere.sh | diff | blob | history |