Skip to content

Commit

Permalink
Merge branch 'maint-1.6.6' into maint
Browse files Browse the repository at this point in the history
* maint-1.6.6:
  t3301-notes: insert a shbang line in ./fake_editor.sh
  • Loading branch information
gitster committed Feb 26, 2010
2 parents 8bb45b2 + 97a449e commit 64da6e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t3301-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64da6e2

Please sign in to comment.