We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We use lots of bashisms, for good reason.
Perhaps we should check and bail out if a non-bash shell is running the script?
One way to check: https://askubuntu.com/questions/97522/how-can-my-script-determine-whether-its-being-run-by-bash-or-dash
The text was updated successfully, but these errors were encountered:
Yes I like it! And if people want to force it, they can just run with BASH_VERSION=force or similar
BASH_VERSION=force
Sorry, something went wrong.
No branches or pull requests
We use lots of bashisms, for good reason.
Perhaps we should check and bail out if a non-bash shell is running the script?
One way to check: https://askubuntu.com/questions/97522/how-can-my-script-determine-whether-its-being-run-by-bash-or-dash
The text was updated successfully, but these errors were encountered: