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