mirror of https://github.com/jenv/jenv.git
Browse Source
This avoids errors where `JENV_ROOT` contains spaces (e.g. `$HOME/Library/Application Support/jenv`).pull/445/head
9 changed files with 10 additions and 10 deletions
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash |
||||
# Summary: Display the root directory where versions and shims are kept |
||||
echo $JENV_ROOT |
||||
echo "$JENV_ROOT" |
||||
|
||||
Loading…
Reference in new issue