diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-07 21:49:37 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-06-08 19:10:03 +0200 |
commit | bb08565b91c21e1ffaf0b4b4f0750a52dbb87af2 (patch) | |
tree | ab8cfc9da29d66bb78c6150356711b051b24cdbc /src/symbols-extract.tes | |
parent | b6de523a77149b0262403721ede2ee57c0d3716e (diff) | |
download | sciteco-bb08565b91c21e1ffaf0b4b4f0750a52dbb87af2.tar.gz |
all SciTECO scripts used during the build process now always write files with Unix linebreaks
* when hosted on Windows, the default is DOS linebreaks
* Unix linebreaks are in many cases more consistent as all other sources use Unix linebreaks
* woman pages with Unix linebreaks are slightly faster to load due to EOL conversion
* especially Groff input must not contain CR as it will otherwise log lots of warnings
(affects htbl.tes and tedoc.tes).
Diffstat (limited to 'src/symbols-extract.tes')
-rwxr-xr-x | src/symbols-extract.tes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symbols-extract.tes b/src/symbols-extract.tes index 356bdd1..9f43fa6 100755 --- a/src/symbols-extract.tes +++ b/src/symbols-extract.tes @@ -57,6 +57,6 @@ teco_cmdline_cleanup(void) #endif^J !* write output file *! -EWQ#ou +2EL EWQ#ou EX |