Quoted unquoted path

This commit is contained in:
Dylan 2016-01-10 09:13:59 +11:00
parent 7f32a90ddf
commit 939127235f

4
fetch
View file

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