Return exit code when -d option not supplied

This commit is contained in:
James Becwar 2013-01-17 18:26:47 +00:00 committed by Brian Buchalter
parent 88025f0dc1
commit 273d2a93bc

View File

@ -59,6 +59,7 @@ eval {
exit EXIT_CRITICAL;
};
$status = EXIT_OK;
if ($opts{d}) {