From 2fef67694d4f23d01be6e506213cadc759420c31 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 5 Jan 2016 19:03:01 +1100 Subject: [PATCH] Hopefully fixed Windows XP path --- fetch.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fetch.sh b/fetch.sh index a0e6520e..63d1adce 100755 --- a/fetch.sh +++ b/fetch.sh @@ -622,9 +622,7 @@ getwallpaper () { "Windows") case "$distro" in "Windows XP") - cd c: || wall="off" - img="Documents\ and\ Settings/${USER}/Local\ Settings/Application\ Data/Microsoft/Wallpaper1.bmp" - cd - >/dev/null + img="/cygdrive/c/Documents and Settings/${USER}/Local Settings/Application Data/Microsoft/Wallpaper1.bmp" ;; "Windows"*)