Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix: get invalid ASDF_DATA_DIR when exec asdf shims by non-shell (#1154)
* fix: get invalid ASDF_DATA_DIR when exec asdf shims by non-shell asdf_data_dir function inits ASDF_DATA_DIR with HOME when value is empty. HOME may replace to empty string when asdf shims called by non-shell program. this makes invalid value of ASDF_DATA_DIR.
- Loading branch information