This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
240
Wiki
Activity
Browse Source
Use $shim var
pull/360/head^2
Joshua Peek
15 years ago
parent
06228d3583
commit
ce8d3278a4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/rbenv-rehash
+ 1
- 1
bin/rbenv-rehash
View File
@ -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
Write
Preview
Loading…
Cancel
Save