-
Notifications
You must be signed in to change notification settings - Fork 94
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
Using defaults and "${VAR:?}" #29
Comments
There's also |
I generally don't like |
I'm not into |
ernstki
added a commit
to ernstki/bashstyle
that referenced
this issue
Oct 18, 2020
Closes progrium#29. Closes progrium#37.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't assert the existence of certain important variables, your script could inadvertently wipe the user's home directory:
ValveSoftware/steam-for-linux#3671
https://news.ycombinator.com/item?id=8896186
The text was updated successfully, but these errors were encountered: