Remove quotes from OS X wallpaper detection

master
Dylan 10 years ago
parent 6b9d7ac78b
commit 2cce750243
  1. 2
      fetch

@ -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")

Loading…
Cancel
Save