diff options
author | Hans Hagen <pragma@wxs.nl> | 2005-05-25 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2005-05-25 00:00:00 +0200 |
commit | 7791a6c6b224e5ec3c1a40489e231c887a8864fa (patch) | |
tree | f38992e333d212fe5ab14d23ae5e31ff7a73ab8c /tex/context/base/core-sys.tex | |
parent | c8cc55cfd81ec71e266cef774271a0fb56d73726 (diff) | |
download | context-7791a6c6b224e5ec3c1a40489e231c887a8864fa.tar.gz |
stable 2005.05.25
Diffstat (limited to 'tex/context/base/core-sys.tex')
-rw-r--r-- | tex/context/base/core-sys.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tex/context/base/core-sys.tex b/tex/context/base/core-sys.tex index 6d9ba7f21..e45f45e7b 100644 --- a/tex/context/base/core-sys.tex +++ b/tex/context/base/core-sys.tex @@ -26,6 +26,7 @@ \splitstring\ascii\at.\to\jobfilename\and\jobfilesuffix \lowercasestring\jobfilesuffix\to\jobfilesuffix \doifnothing\jobfilename {\let\jobfilename \jobname}% + % todo and totest: \convertcommand\jobfilename\to\jobfilename \doifnothing\jobfilesuffix{\let\jobfilesuffix\c!tex}% \setsystemmode{suffix-\jobfilesuffix}} @@ -53,13 +54,13 @@ \ifcase\@@svn % % 0 : unknown \or - \setsystemmode\v!first % 1 : first run + \setsystemmode\v!first % 1 : first run \or % % 2 : successive run \or - \setsystemmode\v!first % 3 : first and only run + \setsystemmode\v!first % 3 : first and only run \or - \setsystemmode\v!last % 4 : extra last run + \setsystemmode\v!last % 4 : extra last run \fi \splitjobfilename} |