We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a9306 commit 9635799Copy full SHA for 9635799
build.sh
@@ -44,7 +44,7 @@ esac
44
case `cc_id`/`os_id` in
45
clang-*/SunOS-5.11)
46
# Work around https://www.illumos.org/issues/16369
47
- [ `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}"
48
;;
49
esac
50
0 commit comments