We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81b216e + 500317a commit 763ae82Copy full SHA for 763ae82
t/t3920-crlf-messages.sh
@@ -12,7 +12,7 @@ create_crlf_ref () {
12
cat >.crlf-orig-$branch.txt &&
13
cat .crlf-orig-$branch.txt | append_cr >.crlf-message-$branch.txt &&
14
grep 'Subject' .crlf-orig-$branch.txt | tr '\n' ' ' | sed 's/[ ]*$//' | tr -d '\n' >.crlf-subject-$branch.txt &&
15
- grep 'Body' .crlf-message-$branch.txt >.crlf-body-$branch.txt || true &&
+ { grep 'Body' .crlf-message-$branch.txt >.crlf-body-$branch.txt || true; } &&
16
LIB_CRLF_BRANCHES="${LIB_CRLF_BRANCHES} ${branch}" &&
17
test_tick &&
18
hash=$(git commit-tree HEAD^{tree} -p HEAD -F .crlf-message-${branch}.txt) &&
0 commit comments