Code

t/t4202-log.sh: add newline at end of file
authorBrandon Casey <casey@nrlssc.navy.mil>
Tue, 22 Jul 2008 21:23:31 +0000 (16:23 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Aug 2008 06:15:02 +0000 (23:15 -0700)
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 <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4202-log.sh

index b53645417b9f4cdf59338f47104acfc3a0c4d702..4c8af45f834d034529c2a627768a0a3e6f1aac8d 100755 (executable)
@@ -71,4 +71,5 @@ test_expect_success 'diff-filter=D' '
 
 
 
-test_done
\ No newline at end of file
+test_done
+