Windows XP path fix

This commit is contained in:
dylan araps 2016-01-05 19:09:48 +11:00
parent 88a6c10d28
commit e75aa64203
1 changed files with 1 additions and 2 deletions

View File

@ -622,8 +622,7 @@ getwallpaper () {
"Windows") "Windows")
case "$distro" in case "$distro" in
"Windows XP") "Windows XP")
path="C:\\Documents and Settings\\${USER}\\Local Settings\\Application Data\\Microsoft\\Wallpaper1.bmp" img="C:\\Documents and Settings\\${USER}\\Local Settings\\Application Data\\Microsoft\\Wallpaper1.bmp"
img="$(cygpath -u "${path}")"
;; ;;
"Windows"*) "Windows"*)