wineshelllink: Remove quotes from Path=<workdir>.
diff --git a/tools/wineshelllink b/tools/wineshelllink
index 10fa80b..1a80ca7 100755
--- a/tools/wineshelllink
+++ b/tools/wineshelllink
@@ -107,7 +107,7 @@
 Type=Application
 Comment=$descr
 EOF
-    [ -z "$workdir" ] || echo "Path=\"$workdir\""
+    [ -z "$workdir" ] || echo "Path=$workdir"
     [ -z "$xpmicon" ] || echo "Icon=$xpmicon"
 }