Skip to content

Commit 9635799

Browse files
committed
Fix a shellcheck warning in the previous commit. [skip appveyor]
1 parent d8a9306 commit 9635799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ esac
4444
case `cc_id`/`os_id` in
4545
clang-*/SunOS-5.11)
4646
# Work around https://www.illumos.org/issues/16369
47-
[ `uname -o` = illumos ] && grep -Fq OpenIndiana /etc/release && CFLAGS="-Wno-fuse-ld-path${CFLAGS:+ $CFLAGS}"
47+
[ "`uname -o`" = illumos ] && grep -Fq OpenIndiana /etc/release && CFLAGS="-Wno-fuse-ld-path${CFLAGS:+ $CFLAGS}"
4848
;;
4949
esac
5050

0 commit comments

Comments
 (0)