From 97a449ee3031e8d128190b7f53a21c7688f73ec9 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Thu, 25 Feb 2010 11:39:50 +0100 Subject: [PATCH] t3301-notes: insert a shbang line in ./fake_editor.sh This is required on Windows because git-notes is now a built-in rather than a shell script. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- t/t3301-notes.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.4.GIT