diff --git a/tools/wineshelllink b/tools/wineshelllink index 10fa80ba716..1a80ca718cf 100755 --- a/tools/wineshelllink +++ b/tools/wineshelllink @@ -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" }