author | Steffen Prohaska <prohaska@zib.de> | |
Sat, 23 Feb 2008 08:41:56 +0000 (09:41 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 24 Feb 2008 01:04:43 +0000 (17:04 -0800) | ||
commit | 1ba0836307c463ce6de11868c85aa46c7396dae4 | |
tree | 4aff082a48b2bc68d50606cc263638f94470044d | tree | snapshot |
parent | 736cc67dd7f4f8004215e24f876178e6f34c191d | commit | diff |
t4014: Replace sed's non-standard 'Q' by standard 'q'
t4014 test used GNU extension 'Q' in its sed scripts, but the
uses can safely be replaced with 'q'. Among other platforms,
sed on Mac OS X 10.4 does not accept the former.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t4014 test used GNU extension 'Q' in its sed scripts, but the
uses can safely be replaced with 'q'. Among other platforms,
sed on Mac OS X 10.4 does not accept the former.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh | diff | blob | history |