mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Fix a shellcheck warning in the previous commit. [skip appveyor]
This commit is contained in:
parent
d8a930671d
commit
96357995b6
2
build.sh
2
build.sh
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user