exit after printing version

* fixes double printing of blacklist version
This commit is contained in:
Stuart Cardall 2018-01-10 23:22:53 +00:00
parent 6744dfdb34
commit 28ae60d9af
No known key found for this signature in database
GPG key ID: AEB857F1C891D0C6

View file

@ -245,7 +245,7 @@ get_options() {
e) EMAIL=$arg; check_args $opts email $arg ;;
m) EMAIL=$arg ;; # /etc/aliases no sanity checks
n) SEND_EMAIL=N ;;
v) check_depends; check_version ;;
v) check_depends; check_version; exit 0 ;;
s) export VERBOSE=N ;;
h) usage ;;
\?) usage ;;