diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-02-11 15:37:39 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-02-11 15:37:39 +0000 |
commit | a0154d209461e576fd2e5429bbb67b73684ad040 (patch) | |
tree | ab96c8b37709ec06eecc71a14ee6452f19362a6f /Master/tlpkg/TeXLive | |
parent | bd359b1896c7c36091ee6a8776bf2798cf8c3dbf (diff) |
TLWinGoo: added more quotes to
HKCR/script.texlua/shell/open/command.
Commented out hard assignments to basename in texlua scripts
Note. wingoo-demo probably dysfunctional ATM
git-svn-id: svn://tug.org/texlive/trunk@6607 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 06a806a502c..4e1da8d25d5 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -422,7 +422,7 @@ sub register_script_type { $classes_key->ArrayValues(0); $classes_key->CreateKey($extension)->SetValue("","script".$extension); $classes_key->CreateKey("script".$extension."/Shell/Open/Command/")-> - SetValue("", $command.' "%1" %*'); + SetValue("", '"'.$command.'" "%1" %*'); } =pod |