]> www.infradead.org Git - users/dwmw2/vpnc-scripts.git/commit
Use '[[:space:]]' instead of '\s' to support POSIX awk
authorAaron LI <aly@aaronly.me>
Sun, 13 Dec 2020 08:45:45 +0000 (16:45 +0800)
committerDaniel Lenski <dlenski@gmail.com>
Thu, 17 Dec 2020 00:26:19 +0000 (16:26 -0800)
commitcda6e65688a691707744b99eeabef1d0804171cf
tree5da60ebfc21ea9f07b26db87799cc055cc52fe8f
parentccabe82cf8eeb5de00e02a85ce05c960973e7b6b
Use '[[:space:]]' instead of '\s' to support POSIX awk

The `\s` is a GNU extension to awk and doesn't work on BSD's awk.  Use
`[[:space:]]` instead to work with BSD's awk.

Signed-off-by: Aaron LI <aly@aaronly.me>
vpnc-script