Code

Merge branch 'tr/notes-display'
[git.git] / t / t3301-notes.sh
index aeec90a8e9b367ddefe5bfef4e188cc797ea0c28..a4a0b1d6c58a7ae2762de6a907b4138238e95a48 100755 (executable)
@@ -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