Vitaly Lipatov : wineshelllink: Remove quotes from Path=<workdir>.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 28 04:44:33 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 5072fd440ae2a6c22a3e96eeb2ee212724d87893
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=5072fd440ae2a6c22a3e96eeb2ee212724d87893

Author: Vitaly Lipatov <lav at etersoft.ru>
Date:   Sun Mar 26 19:06:54 2006 +0400

wineshelllink: Remove quotes from Path=<workdir>.

---

 tools/wineshelllink |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/wineshelllink b/tools/wineshelllink
index 10fa80b..1a80ca7 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"
 }
 




More information about the wine-cvs mailing list