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