kaihowl / dotfiles

@kaihowl does dotfiles
MIT License
5 stars 0 forks source link

fix(common): prevent accidental overwrite of SCRIPT_DIR #761

Closed kaihowl closed 4 months ago

kaihowl commented 4 months ago

Somehow when install_in_virtualenv is called twice from the pyls install script, SCRIPT_DIR is no longer set to the right value inside the common/python.sh script.

To prevent this, make SCRIPT_DIR a local variable script_dir instead.

github-actions[bot] commented 4 months ago

Performance Results