wineshelllink: Remove quotes from Path=<workdir>.

oldstable
Vitaly Lipatov 2006-03-26 19:06:54 +04:00 committed by Alexandre Julliard
parent 1e408c954c
commit 5072fd440a
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Exec=wine "$path" $args
Type=Application
Comment=$descr
EOF
[ -z "$workdir" ] || echo "Path=\"$workdir\""
[ -z "$workdir" ] || echo "Path=$workdir"
[ -z "$xpmicon" ] || echo "Icon=$xpmicon"
}