Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Casey <casey@nrlssc.navy.mil>2008-07-23 01:23:31 +0400
committerJunio C Hamano <gitster@pobox.com>2008-08-02 10:15:02 +0400
commit734a6ffafb754323a4cde51b61a6099b46d03466 (patch)
tree6e48d1e480899bd1ad8f5512979c27fe4392d7ae
parent11ee57bc4c44763b7ea92c5f583e27a5fbbff76b (diff)
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 <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t4202-log.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t4202-log.sh b/t/t4202-log.sh
index b53645417b..4c8af45f83 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
+