From e75aa64203e57343b8411a781b5e9af4fae0e04f Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 5 Jan 2016 19:09:48 +1100 Subject: [PATCH] Windows XP path fix --- fetch.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch.sh b/fetch.sh index 0bbcb328..100837b9 100755 --- a/fetch.sh +++ b/fetch.sh @@ -622,8 +622,7 @@ getwallpaper () { "Windows") case "$distro" in "Windows XP") - path="C:\\Documents and Settings\\${USER}\\Local Settings\\Application Data\\Microsoft\\Wallpaper1.bmp" - img="$(cygpath -u "${path}")" + img="C:\\Documents and Settings\\${USER}\\Local Settings\\Application Data\\Microsoft\\Wallpaper1.bmp" ;; "Windows"*)