-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Treat all variables match _.*
as optional
#23
Comments
I found out this happens because of line 4. The variable needs to be quoted, but that is not necessary as far as bash is concerned. Can you make it so that it doesn't have to be quoted? |
You mean |
_.*
as optional
Here it is:
|
Yes, it is recommended for user defined variables to start with an underscore. |
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: