Remove quotes from OS X wallpaper detection

This commit is contained in:
Dylan 2016-01-18 09:07:05 +11:00
parent 6b9d7ac78b
commit 2cce750243
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -739,7 +739,7 @@ getwallpaper () {
;;
"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")