MathHubInfo / Legacy-localmh-docker

Legacy docker wrapper for lmh
1 stars 1 forks source link

lmh produces CRLF line terminators #22

Open cmaeder opened 8 years ago

cmaeder commented 8 years ago

Although under linux, my lmh call via docker produces CRLF line endings in my log files, whereas the natively installed version does not:

maeder@lati:/var/data/localmh/MathHub/HelloWorld/smglom$ lmh pdf --force >& log
maeder@lati:/var/data/localmh/MathHub/HelloWorld/smglom$ file log 
log: ASCII text, with CRLF line terminators
maeder@lati:/var/data/localmh/MathHub/HelloWorld/smglom$ /var/data/localmh/bin/lmh pdf --force >& log
maeder@lati:/var/data/localmh/MathHub/HelloWorld/smglom$ file log
log: ASCII text

Apart from the different paths /var/data versus /path/to (see https://github.com/KWARC/localmh/issues/235) this is bad for comparisons.