From: Brandon Casey Date: Tue, 22 Jul 2008 21:23:31 +0000 (-0500) Subject: t/t4202-log.sh: add newline at end of file X-Git-Tag: v1.5.6.5~15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=734a6ffafb754323a4cde51b61a6099b46d03466;p=git.git t/t4202-log.sh: add newline at end of file Some shells hang when parsing the script if the last statement is not followed by a newline. So add one. Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- diff --git a/t/t4202-log.sh b/t/t4202-log.sh index b53645417..4c8af45f8 100755 --- a/t/t4202-log.sh +++ b/t/t4202-log.sh @@ -71,4 +71,5 @@ test_expect_success 'diff-filter=D' ' -test_done \ No newline at end of file +test_done +