aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-01-23 16:09:26 +0100
committerDario Lombardo <lomato@gmail.com>2020-01-23 16:57:13 +0000
commitece8da5ea683cfbbfa3b1068e64cec8971e92ffa (patch)
tree8ab0a63bf70116a76e98368aa83f77d191eda703 /tools
parent6686ffcf6ba61a23287735ba3eb78f7708a0dfb6 (diff)
tools: fix check in bsd-setup.
Change-Id: I3ad5793d6aeca54fc84c82b226311c0e6777c1df Reviewed-on: https://code.wireshark.org/review/35922 Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bsd-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bsd-setup.sh b/tools/bsd-setup.sh
index c44520b75d..ff4b73b78d 100755
--- a/tools/bsd-setup.sh
+++ b/tools/bsd-setup.sh
@@ -166,7 +166,7 @@ then
fi
$PM $PM_OPTIONS $ACTUAL_LIST $OPTIONS
-if [ $? ]
+if [ ! $? ]
then
exit 2
fi