From 5dd194019db4daf9163d43f01b73761938f6b146 Mon Sep 17 00:00:00 2001 From: Anders Eurenius Date: Mon, 30 Mar 2015 09:47:27 +0200 Subject: [PATCH] Add missing newline after table header --- git-test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-test b/git-test index 394bd5b..9f9e9a6 100755 --- a/git-test +++ b/git-test @@ -261,8 +261,9 @@ run_tests() { verification="$(echo "$verify" | git hash-object --stdin)" ver="$(git rev-parse --short $verification)" - if test -n "$verbose" ; then + if [ -n "$verbose" ]; then gettext "iter commit tree result" 1>& $ERR + echo 1>& $ERR fi for commit in "$@" ; do