author | Brandon Casey <drafnel@gmail.com> | |
Thu, 12 Aug 2010 20:55:54 +0000 (15:55 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 12 Aug 2010 22:35:04 +0000 (15:35 -0700) | ||
commit | 0d1d6e50cf3401874b50b77aa1dc0e33357a1556 | |
tree | d173569ca1dc8d1b3e73c496d95dcbde6058ac06 | tree | snapshot |
parent | 6e2a09d24b2634cdfec3395122cd4a07eb517b0d | commit | diff |
t/t7003: replace \t with literal tab in sed expression
The sed utilities on IRIX and Solaris do not interpret the sequence '\t'
to mean a tab character; they read a literal character 't'. So, use a
literal tab instead.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The sed utilities on IRIX and Solaris do not interpret the sequence '\t'
to mean a tab character; they read a literal character 't'. So, use a
literal tab instead.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7003-filter-branch.sh | diff | blob | history |