Added quotes
This commit is contained in:
parent
2cce750243
commit
61ba88b41b
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -739,7 +739,7 @@ getwallpaper () {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Mac OS X")
|
"Mac OS X")
|
||||||
img=$(osascript -e 'tell app "finder" to get posix path of (get desktop picture as text)')
|
img="$(osascript -e 'tell app "finder" to get posix path of (get desktop picture as text)')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows")
|
"Windows")
|
||||||
|
|
Reference in a new issue