coolsnowwolf-packages/utils/bluelog
Sergey V. Lobanov 0fec995182 bluelog: fix build on macos
bluelog can not be compiled on macos due to Apple zcat is not
compatible with GNU zcat.

This patch replaces `zcat` with `gzip -dc`. `gzip -dc` has the
same behavior on GNU and Apple environments.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-11-11 11:45:50 +08:00
..
files first commit 2018-10-18 16:56:47 +08:00
patches first commit 2018-10-18 16:56:47 +08:00
Makefile bluelog: fix build on macos 2022-11-11 11:45:50 +08:00