diff options
author | Hans Hagen <pragma@wxs.nl> | 2006-06-07 23:34:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2006-06-07 23:34:00 +0200 |
commit | 6e2bc6fac8b9a5b4d29155b13d40c08c5868cd13 (patch) | |
tree | f036819fa39766a8b2b9f13fe21fa3be87de5b00 /tex/context/base/core-sys.tex | |
parent | b961771c7114a8181029ad495bded7872687307e (diff) | |
download | context-6e2bc6fac8b9a5b4d29155b13d40c08c5868cd13.tar.gz |
stable 2006.06.07 23:34
Diffstat (limited to 'tex/context/base/core-sys.tex')
-rw-r--r-- | tex/context/base/core-sys.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/core-sys.tex b/tex/context/base/core-sys.tex index 3ca2241db..3d2fbd450 100644 --- a/tex/context/base/core-sys.tex +++ b/tex/context/base/core-sys.tex @@ -80,12 +80,12 @@ \fi \processaction [\@@svtype] - [ mswin=>\def\@@svline{\rawcharacter{13}\rawcharacter{10}}, % crlf - darwin=>\def\@@svline{\rawcharacter{13}}, % cr - \s!unknown=>\def\@@svline{\rawcharacter{10}}]% % lf + [ mswin=>\edef\@@svline{\rawcharacter{13}\rawcharacter{10}}, % crlf + darwin=>\edef\@@svline{\rawcharacter{13}}, % cr + \s!unknown=>\edef\@@svline{\rawcharacter{10}}]% % lf \splitjobfilename} -\def\@@svline{\rawcharacter{10}} % unix is the most critical/sensitive system +\edef\@@svline{\rawcharacter{10}} % unix is the most critical/sensitive system \def\systemendofline{\@@svline} |