Quoted unquoted path
This commit is contained in:
parent
7f32a90ddf
commit
939127235f
1 changed files with 2 additions and 2 deletions
4
fetch
4
fetch
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue