Module: wine Branch: refs/heads/master Commit: 5072fd440ae2a6c22a3e96eeb2ee212724d87893 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=5072fd440ae2a6c22a3e96ee...
Author: Vitaly Lipatov lav@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" }