diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chkmanifest | 2 |
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 |