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
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-26 10:21:50 +0300
committerJunio C Hamano <gitster@pobox.com>2010-02-26 10:21:50 +0300
commitf7311dc2293d9c52827c518933c80bd664023e97 (patch)
tree5516438f829cf0f0a60a22667f7f142843f058a6 /t
parent3fdcdbdf301dadb7af58fe038501f0af6419a2e0 (diff)
parent64da6e20de1f2246e2d8d9d85e53ca3cbf393212 (diff)
Merge branch 'maint'
* maint: t3301-notes: insert a shbang line in ./fake_editor.sh
Diffstat (limited to 't')
-rwxr-xr-xt/t3301-notes.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh
index 5d9604b815..714626d2d6 100755
--- a/t/t3301-notes.sh
+++ b/t/t3301-notes.sh
@@ -8,6 +8,7 @@ test_description='Test commit notes'
. ./test-lib.sh
cat > fake_editor.sh << \EOF
+#!/bin/sh
echo "$MSG" > "$1"
echo "$MSG" >& 2
EOF