fix modbeg again, change resolved module path so that it is not case-normalized
svn: r7917 original commit: a7dad576bdec8c0be0221e18ed37ce432e265c22
This commit is contained in:
parent
d1fae6113e
commit
fcdea053bb
|
@ -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)))])
|
||||
|
|
Loading…
Reference in New Issue
Block a user