Add double-quotes to avoid string splitting.
This commit is contained in:
parent
45375ccf9a
commit
1a618bb0c1
@ -2,4 +2,4 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
install -m 755 $1 $HOME/.local/bin
|
||||
install -m 755 "$1" "$HOME/.local/bin"
|
||||
|
4
setbg
4
setbg
@ -8,7 +8,7 @@ then
|
||||
exit 1
|
||||
elif [ $# -eq 1 ]
|
||||
then
|
||||
cp $1 $HOME/.local/share/wallpaper.jpg
|
||||
cp "$1" "$HOME/.local/share/wallpaper.jpg"
|
||||
fi
|
||||
|
||||
xwallpaper --zoom $HOME/.local/share/wallpaper.jpg
|
||||
xwallpaper --zoom "$HOME/.local/share/wallpaper.jpg"
|
||||
|
@ -8,4 +8,4 @@ set -euo pipefail
|
||||
|
||||
PORT=12800
|
||||
|
||||
ssh -N -D $PORT nortega@themusicinnoise.net
|
||||
ssh -N -D "$PORT" nortega@themusicinnoise.net
|
||||
|
Loading…
Reference in New Issue
Block a user