summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-06-05 14:26:36 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-06-05 14:31:40 +0200
commitbd20dca4e12ce1cc1e509fa24985315ebb83b7de (patch)
tree1c14d4e54de93a051268c2499394eb424a52a605 /Makefile
parentd254a6ac173d1651efb7f0beb8e83d3e84a4d123 (diff)
README: fix escape sequence which is non-POSIX
The "\s" escape sequence is non-POSIX and GNU awk gives a warning: gawk: cmd. line:69: warning: escape sequence `\s' treated as plain `s' BSD awk does not give this warning and supports it. Use the POSIX [[:space:]] character class instead. References: - https://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html The table in the section "Regular Expressions". - https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap05.html#tag_05
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions