From: Ævar Arnfjörð Bjarmason Date: Fri, 24 Aug 2018 15:20:13 +0000 (+0000) Subject: tests: fix comment syntax in chainlint.sed for AIX sed X-Git-Tag: v2.19.0-rc2~2^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2d9ded8accda2f32868516ddbe17b5ea323477a3 tests: fix comment syntax in chainlint.sed for AIX sed Change a comment in chainlint.sed to appease AIX sed, which would previously print this error: sed: # stash for later printing is not a recognized function 1. https://public-inbox.org/git/CAPig+cTTbU5HFMKgNyrxTp3+kcK46-Fn=4ZH6zDt1oQChAc3KA@mail.gmail.com/ Signed-off-by: Ævar Arnfjörð Bjarmason Acked-by: Eric Sunshine Signed-off-by: Junio C Hamano --- diff --git a/t/chainlint.sed b/t/chainlint.sed index 8544df38df..dcb4b333ed 100644 --- a/t/chainlint.sed +++ b/t/chainlint.sed @@ -131,9 +131,8 @@ b b :subshell -# bare "(" line? +# bare "(" line? -- stash for later printing /^[ ]*([ ]*$/ { - # stash for later printing h bnextline }