]> www.infradead.org Git - users/dwmw2/vpnc-scripts.git/commit
GNU awk regex fix
authorDaniel Lenski <dlenski@gmail.com>
Fri, 5 Feb 2021 23:20:15 +0000 (15:20 -0800)
committerDaniel Lenski <dlenski@gmail.com>
Fri, 5 Feb 2021 23:20:20 +0000 (15:20 -0800)
commit6eedd701a8aed8fa8b0f753b97bd0671bcc14891
tree6414f4259bfbafdfedeeba1ff8d6128f2eca6422
parentbcfd87770726e1ed47d5ddb6dfab240d5e791d9c
GNU awk regex fix

The character `#` does not need to be backslash-escaped in awk regexes, and
GNU awk v5.1.0 complains about these regexes (first added in 3885f8bb).

Fixes #17

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
vpnc-script