From 2cce750243f628c0ba52a202fb4febea9c1d2fac Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 18 Jan 2016 09:07:05 +1100 Subject: [PATCH] Remove quotes from OS X wallpaper detection --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")