1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

Fix some issues reported by shellcheck

This commit is contained in:
Daniel Hahler
2017-06-24 00:12:09 +02:00
parent eda952ab08
commit 5f8a4c4d62
6 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Summary: Display the root directory where versions and shims are kept
echo $RBENV_ROOT
echo "$RBENV_ROOT"