Add double-quotes to avoid string splitting.

This commit is contained in:
2024-12-31 11:09:36 +01:00
parent 45375ccf9a
commit 1a618bb0c1
4 changed files with 5 additions and 5 deletions

View File

@ -2,4 +2,4 @@
set -euo pipefail
install -m 755 $1 $HOME/.local/bin
install -m 755 "$1" "$HOME/.local/bin"