Hopefully fixed Windows XP path

This commit is contained in:
dylan araps 2016-01-05 19:03:01 +11:00
parent 26495ccab5
commit 2fef67694d
1 changed files with 1 additions and 3 deletions

View File

@ -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"*)