Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

`see` doesn't treat LF as end-of-line #222

Closed masinter closed 3 years ago

masinter commented 3 years ago

Describe the bug Using see to show a text file (a shell script) doesn't treat the LF characters as end-of-line

To Reproduce In an Interlisp Exec

(CNDIR (MEDLEYDIR))
see scripts/load-init.sh

image

masinter commented 3 years ago

Fixed after EOL conversion