Add quoting

This commit is contained in:
Radon Rosborough 2020-07-09 10:41:03 -06:00
parent cd8682a855
commit cfc5aba991
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUSTUP_HOME=/opt/rust exec /opt/rust/bin/${0##*/} "$@"
EOF
chmod +x /opt/rust/wrapper
for file in /opt/rust/bin/*; do
ln -s /opt/rust/wrapper /usr/bin/${file##*/}
ln -s /opt/rust/wrapper "/usr/bin/${file##*/}"
done
# Bash