diff: cache textconv output
[gitweb.git] / t / t3301-notes.sh
index 5b262114f3c9a947a985b38714645ae649b27d47..1d6cd45b55a2ae2e0a7d6728b04112d1c0f43446 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