mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +01:00
Merge branch 'maint'
* maint: t3301-notes: insert a shbang line in ./fake_editor.sh
This commit is contained in:
commit
f7311dc229
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue