mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Use $shim var
This commit is contained in:
parent
06228d3583
commit
ce8d3278a4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ for file in ../versions/*/bin/*; do
|
|||
shim="${file##*/}"
|
||||
cat > "$shim" <<SH
|
||||
#!/bin/sh
|
||||
exec rbenv exec ${file##*/} \$@
|
||||
exec rbenv exec $shim \$@
|
||||
SH
|
||||
chmod +x "$shim"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue