mirror of https://github.com/jenv/jenv.git
21 changed files with 58 additions and 60 deletions
@ -1,9 +1,9 @@
@@ -1,9 +1,9 @@
|
||||
|
||||
|
||||
backuppath=$PATH |
||||
backuppath="$PATH" |
||||
|
||||
PATH="$(remove_from_path "${JENV_ROOT}/shims")" |
||||
VLT_BIN="$(command -v "vlt" || true)" |
||||
make_shims "$VLT_BIN" |
||||
|
||||
PATH=$backuppath |
||||
PATH="$backuppath" |
||||
|
||||
Loading…
Reference in new issue