mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-17 07:43:46 -05:00
@@ -5,5 +5,10 @@ cd "${HOME}/.rbenv/shims"
|
||||
rm -f *
|
||||
|
||||
for file in ../versions/*/bin/*; do
|
||||
ln -fs ../bin/rbenv-shim "${file##*/}"
|
||||
shim="${file##*/}"
|
||||
cat > "$shim" <<SH
|
||||
#!/bin/sh
|
||||
exec rbenv exec ${file##*/} \$@
|
||||
SH
|
||||
chmod +x "$shim"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user