Set variable instead of using return, otherwise other parameters won't be checked

This commit is contained in:
Michael Boelen 2019-07-26 09:00:47 +02:00
parent b384fa2887
commit d621355b7e
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -415,7 +415,7 @@
;; ;;
--usecwd) --usecwd)
return USE_CWD=1
;; ;;
--verbose) --verbose)