Quoted unquoted path

This commit is contained in:
Dylan 2016-01-10 09:13:59 +11:00
parent 7f32a90ddf
commit 939127235f
1 changed files with 2 additions and 2 deletions

4
fetch
View File

@ -666,8 +666,8 @@ getwallpaper () {
}
getshuffle () {
img="$(find $shuffledir -type f \( -name '*.jpg' -o -name '*.png' \) -print0 |
shuf -n1 -z)"
img=$(find "$shuffledir" -type f \( -name '*.jpg' -o -name '*.png' \) -print0 |
shuf -n1 -z)
}
getimage () {