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
If you run a script with set -u, it will raise this error because you are accessing the variable without checking if it's set or not.
set -u
/root/.asdf/bin/asdf: line 4: ASDF_DEBUG: unbound variable
Using v0.14.0, run a script with set -u and try to use asdf.
The access to the env variable is controlled.
It raises an error.
Not needed
No response
The text was updated successfully, but these errors were encountered:
Same here
/root/.asdf/lib/utils.bash: line 30: ASDF_DATA_DIR: unbound variable
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
If you run a script with
set -u
, it will raise this error because you are accessing the variable without checking if it's set or not./root/.asdf/bin/asdf: line 4: ASDF_DEBUG: unbound variable
Steps to Reproduce
Using v0.14.0, run a script with
set -u
and try to use asdf.Expected Behaviour
The access to the env variable is controlled.
Actual Behaviour
It raises an error.
Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: