Hopefully fixed Windows XP path
This commit is contained in:
parent
26495ccab5
commit
2fef67694d
4
fetch.sh
4
fetch.sh
|
@ -622,9 +622,7 @@ getwallpaper () {
|
||||||
"Windows")
|
"Windows")
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
"Windows XP")
|
"Windows XP")
|
||||||
cd c: || wall="off"
|
img="/cygdrive/c/Documents and Settings/${USER}/Local Settings/Application Data/Microsoft/Wallpaper1.bmp"
|
||||||
img="Documents\ and\ Settings/${USER}/Local\ Settings/Application\ Data/Microsoft/Wallpaper1.bmp"
|
|
||||||
cd - >/dev/null
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows"*)
|
"Windows"*)
|
||||||
|
|
Reference in New Issue