1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

Create ~/.rbenv/shims if it doesn't exist

This commit is contained in:
Sam Stephenson
2011-08-02 15:23:26 -05:00
parent 8246dc8d8a
commit 355e7c1c96

View File

@@ -2,6 +2,7 @@
set -e
mkdir -p "${HOME}/.rbenv/shims"
cd "${HOME}/.rbenv/shims"
rm *