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
1 changed files with 1 additions and 1 deletions

View File

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