mirror of
https://github.com/jenv/jenv.git
synced 2026-05-04 05:07:20 +01:00
8527c84ec3
This avoids errors where `JENV_ROOT` contains spaces (e.g. `$HOME/Library/Application Support/jenv`).
4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Summary: Display the root directory where versions and shims are kept
|
|
echo "$JENV_ROOT"
|