t5150: protect backslash with backslash in shell
commit5bab69172fc20bb86b5245bd1ec41c32dae9eaa6
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 May 2010 04:29:50 +0000 (7 21:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 May 2010 04:30:29 +0000 (7 21:30 -0700)
tree900596e7a6c614b3818fa07602088555a8a52494
parent50ab6558bf688e15048e189bdaf9174b217e1748
t5150: protect backslash with backslash in shell

At least /bin/sh on FreeBSD 8 interprets backslash followed by newline in an
unquoted here text as "empty".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5150-request-pull.sh