From bd4e7e24a11df65eae9cf4d97edf150b27a9932b Mon Sep 17 00:00:00 2001 From: Vladimir Volovich Date: Wed, 23 Jul 2008 12:32:37 +0000 Subject: sync linked_scripts with Master tree git-svn-id: svn://tug.org/texlive/trunk@9721 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/linked_scripts/texdoc.tlu | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Build/source/texk') 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 -- cgit v1.2.3