mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
Quote $@
This commit is contained in:
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##*/}"
|
||||
cat > "$shim" <<SH
|
||||
#!/bin/sh
|
||||
exec rbenv exec $shim \$@
|
||||
exec rbenv exec $shim "\$@"
|
||||
SH
|
||||
chmod +x "$shim"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user