Fix a shellcheck warning in the previous commit. [skip appveyor]

This commit is contained in:
Denis Ovsienko 2024-03-14 00:24:38 +00:00
parent d8a930671d
commit 96357995b6

View File

@ -44,7 +44,7 @@ esac
case `cc_id`/`os_id` in
clang-*/SunOS-5.11)
# Work around https://www.illumos.org/issues/16369
[ `uname -o` = illumos ] && grep -Fq OpenIndiana /etc/release && CFLAGS="-Wno-fuse-ld-path${CFLAGS:+ $CFLAGS}"
[ "`uname -o`" = illumos ] && grep -Fq OpenIndiana /etc/release && CFLAGS="-Wno-fuse-ld-path${CFLAGS:+ $CFLAGS}"
;;
esac