]> git.puffer.fish Git - mirror/frr.git/commit
build: fix sed regex in Lua macro
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 8 Dec 2022 11:35:03 +0000 (12:35 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 8 Dec 2022 11:39:17 +0000 (12:39 +0100)
commit9e46405ca2c7b3d5380dc6ab619666a6d32bbbfb
treef95de6b51f8d3451f807048a96b7c72f871576b3
parent91aaed76c5043b848de243bd6161996f66eaa2cd
build: fix sed regex in Lua macro

Using `\s` to match whitespace is not portable, use `[[:space:]]`
instead.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
m4/ax_lua.m4