From 61ba88b41ba4800a527d0e16d8f65fc5992dd87d Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 18 Jan 2016 09:10:59 +1100 Subject: [PATCH] Added quotes --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index 14b1d561..05d6f11f 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")