2017-03-06 3:48 GMT+01:00 Reinhard Kotucha <reinhard.kotu...@web.de>: > BTW, regarding map files you wrote > > "Note: make sure to end the file with at least one blank line." > > Though this is usually a good idea, I think that it's worth to check > whether updmap can be made more robust in this regard.
Actually POSIX requires that text files end with an EOL. http://stackoverflow.com/a/729795/821436 Best Martin