summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-10-30 05:06:15 +0000
committerNorbert Preining <preining@logic.at>2009-10-30 05:06:15 +0000
commit08f9c89bc71f769e145f5c4a7aa3de656fdd6bd8 (patch)
tree3b0b968118fece3d3170e2f4bc601065b8b5ddb8
parentd5c1b9edc9c0a0c14191a00871f3a9f68a1818f3 (diff)
fix tlpsv.win32, we need extra quoting only in filetype defs
git-svn-id: svn://tug.org/texlive/trunk@15906 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc
index 8c8d5ce9185..6f61f7871f3 100644
--- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc
+++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc
@@ -3,8 +3,8 @@ category TLCore
# all the archs are created
binpattern f/win32 bin/win32/psv
runpattern d tlpkg/tlpsv
-postaction shortcut type=menu name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd='"TEXDIR/bin/win32/psv.bat"' hide=1
-postaction shortcut type=desktop name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd='"TEXDIR/bin/win32/psv.bat"' hide=1
+postaction shortcut type=menu name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1
+postaction shortcut type=desktop name="PS_View" icon=TEXDIR/tlpkg/tlpsv/psv.exe cmd=TEXDIR/bin/win32/psv.bat hide=1
postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.bat" "%1"'
postaction fileassoc extension=.eps filetype=TL.PSView.view
postaction fileassoc extension=.ps filetype=TL.PSView.view