Browse Source

Merge branch 'maint-1.6.6' into maint

* maint-1.6.6:
  t3301-notes: insert a shbang line in ./fake_editor.sh
maint
Junio C Hamano 15 years ago
parent
commit
64da6e20de
  1. 1
      t/t3301-notes.sh

1
t/t3301-notes.sh

@ -8,6 +8,7 @@ test_description='Test commit notes' @@ -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

Loading…
Cancel
Save