Skip to content

Commit f7311dc

Browse files
committed
Merge branch 'maint'
* maint: t3301-notes: insert a shbang line in ./fake_editor.sh
2 parents 3fdcdbd + 64da6e2 commit f7311dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t3301-notes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test_description='Test commit notes'
88
. ./test-lib.sh
99

1010
cat > fake_editor.sh << \EOF
11+
#!/bin/sh
1112
echo "$MSG" > "$1"
1213
echo "$MSG" >& 2
1314
EOF

0 commit comments

Comments
 (0)