From: Bernd Schubert Date: Tue, 18 Feb 2025 19:23:09 +0000 (+0100) Subject: Fix a typo in test/ci-build.sh (ct vs cat) X-Git-Tag: fuse-3.17.1-rc1~2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cf4170fcea5b23b22352a1915f77e69a90f80520;p=qemu-gpiodev%2Flibfuse.git Fix a typo in test/ci-build.sh (ct vs cat) Signed-off-by: Bernd Schubert --- diff --git a/test/ci-build.sh b/test/ci-build.sh index 3f0ff85..40bb79e 100755 --- a/test/ci-build.sh +++ b/test/ci-build.sh @@ -81,7 +81,7 @@ sanitized_build() meson setup -Dprefix=${PREFIX_DIR} -D werror=true\ "${SOURCE_DIR}" \ - || (ct meson-logs/meson-log.txt; false) + || (cat meson-logs/meson-log.txt; false) meson configure $SAN # b_lundef=false is required to work around clang