Hopefully fixed Windows XP path
This commit is contained in:
@@ -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
Block a user