diff --git a/fetch b/fetch index 06043ae6..14b1d561 100755 --- a/fetch +++ b/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")