[pbs-devel] applied: [PATCH proxmox-backup] buildsys: switch from '\s' as a whitespace matcher to `[[:space:]]`
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jun 6 13:13:10 CEST 2023
Am 06/06/2023 um 09:50 schrieb Stefan Sterz:
> previously the build process was broken for some versions of `awk`
> (most notably `mawk`) as they did not understand the shorthand `\s`
> notation for matching a whitspace. use the more universal and more
> explicit `[[:space:]]` instead.
>
> Signed-off-by: Stefan Sterz <s.sterz at proxmox.com>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
More information about the pbs-devel
mailing list