Merge pull request #122 from itoffshore/alpine

remove duplicate check_depends
This commit is contained in:
Stuart Cardall 2018-01-10 23:42:45 +00:00 committed by GitHub
commit 128e00f360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; exit 0 ;;
v) check_version; exit 0 ;;
s) export VERBOSE=N ;;
h) usage ;;
\?) usage ;;