Unecessary exit (also not actually working because ran in a subshell)

This commit is contained in:
Alexandre Aubin 2019-07-10 10:56:01 +02:00 committed by GitHub
parent 6584a2f830
commit 8d7db5e5f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,5 +93,5 @@ function main()
build
}
[[ "$1" =~ ^-h|--help$ ]] && (usage; exit 0) || main
[[ "$1" =~ ^-h|--help$ ]] && usage || main