summaryrefslogtreecommitdiffstats
path: root/bin/chkmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chkmanifest')
-rwxr-xr-xbin/chkmanifest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chkmanifest b/bin/chkmanifest
index 4f70a6d..f239995 100755
--- a/bin/chkmanifest
+++ b/bin/chkmanifest
@@ -171,7 +171,7 @@ EOF
exit 1
fi
-if [ $errcode > 0 ]; then
+if [ $errcode > '0' >/dev/null ]; then
exit $errcode
fi