summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texdoc.tlu14
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texdoc.tlu b/Build/source/texk/texlive/linked_scripts/texdoc.tlu
index 85be6a8a708..e7e1689f300 100755
--- a/Build/source/texk/texlive/linked_scripts/texdoc.tlu
+++ b/Build/source/texk/texlive/linked_scripts/texdoc.tlu
@@ -1,5 +1,5 @@
#!/usr/bin/env texlua
--- $Id: texdoc.tlu 9593 2008-07-16 00:20:53Z mpg $
+-- $Id: texdoc.tlu 9665 2008-07-19 07:02:18Z mpg $
--[[ Written in lua by Frank Küster (2007) based on the shell script by
Thomas Esser, David Aspinall, and Simon Wilkinson.
Public domain.]]
@@ -326,12 +326,12 @@ function setup_config_from_defaults()
-- probably Windows (or OS/2)
-- which commands should we use for unzipping?
set_config_list {
- viewer_dvi = '(start /wait %s) &',
- viewer_html = '(start /wait %s) &',
- viewer_pdf = '(start /wait %s) &',
- viewer_ps = '(start /wait %s) &',
- viewer_txt = '(start /wait %s) &',
- viewer_fallback='(start /wait %s) &'
+ viewer_dvi = 'start %s',
+ viewer_html = 'start %s',
+ viewer_pdf = 'start %s',
+ viewer_ps = 'start %s',
+ viewer_txt = 'start %s',
+ viewer_fallback='start %s'
}
else -- since we don't support msdos, if os.type is not windows, it's unix
if (os.name == 'macosx') then