1
0
mirror of https://github.com/jenv/jenv.git synced 2026-05-04 05:07:20 +01:00
Files
jenv/libexec/jenv-root
T
gouvinb 8527c84ec3 Quote all references to JENV_ROOT variables (and variables that use it) to avoid word splitting.
This avoids errors where `JENV_ROOT` contains spaces (e.g. `$HOME/Library/Application Support/jenv`).
2025-01-27 23:28:48 +01:00

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"