mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 22:03:52 -05:00
Revert quoting change in previous commit; adjust test to match code
Revert back to original quoting style used before previous commit. Adjust init.bats to reflect changes for successful tests.
This commit is contained in:
@@ -86,7 +86,7 @@ mkdir -p "${RBENV_ROOT}/"{shims,versions}
|
||||
|
||||
case "$shell" in
|
||||
fish )
|
||||
echo 'set -gx PATH '${RBENV_ROOT}'/shims $PATH'
|
||||
echo "set -gx PATH '${RBENV_ROOT}/shims' \$PATH"
|
||||
echo "set -gx RBENV_SHELL $shell"
|
||||
;;
|
||||
* )
|
||||
|
||||
Reference in New Issue
Block a user