We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dc7f40 + 977e289 commit 36e74abCopy full SHA for 36e74ab
1 file changed
t/t9001-send-email.sh
@@ -152,7 +152,10 @@ test_expect_success 'cccmd works' '
152
clean_fake_sendmail &&
153
cp $patches cccmd.patch &&
154
echo cccmd--cccmd@example.com >>cccmd.patch &&
155
- echo sed -n s/^cccmd--//p \"\$1\" > cccmd-sed &&
+ {
156
+ echo "#!$SHELL_PATH"
157
+ echo sed -n -e s/^cccmd--//p \"\$1\"
158
+ } > cccmd-sed &&
159
chmod +x cccmd-sed &&
160
git send-email \
161
--from="Example <nobody@example.com>" \
0 commit comments