Fit to Plan 9's ANSI/POSIX compatibility layer
authorKyohei Kadota <lufia@lufia.org>
Thu, 10 Sep 2020 02:17:41 +0000 (02:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Sep 2020 05:31:31 +0000 (22:31 -0700)
commitb3b753b1043d847c1a4cf114781f1b0e3c6084e7
tree10e478ea6bebd6aeeaf81716b4f8b975294d6e7c
parent54e85e7af1ac9e9a92888060d6811ae767fea1bc
Fit to Plan 9's ANSI/POSIX compatibility layer

tr(1) of ANSI/POSIX environment, aka APE, don't support \n literal.
It's handles only octal(\ooo) or hexadecimal(\xhhhh) numbers.

And its sed(1)'s label is limited to maximum seven characters.
Therefore I replaced some labels to drop a character.

* close -> cl
* continue -> cont (cnt is used for count)
* line -> ln
* hered -> hdoc
* shell -> sh
* string -> str

Signed-off-by: Kyohei Kadota <lufia@lufia.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
generate-cmdlist.sh
t/chainlint.sed