fix modbeg again, change resolved module path so that it is not case-normalized

svn: r7917

original commit: a7dad576bdec8c0be0221e18ed37ce432e265c22
This commit is contained in:
Matthew Flatt 2007-12-07 17:51:08 +00:00
parent d1fae6113e
commit fcdea053bb

View File

@ -62,7 +62,7 @@
(lambda ()
(with-handlers ([exn:break? void])
(ready-for-break #t)
(copy-port cin in)
(copy-port cin in)
(ready-for-break #f)))
(lambda () (close-output-port in)))
(ready-for-break #t)))])