fix direct execution of (shebanged) fasls
authorChristophe Rhodes <csr21@cantab.net>
Tue, 4 Dec 2012 20:19:23 +0000 (20:19 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Tue, 4 Dec 2012 20:19:36 +0000 (20:19 +0000)
commit0338d1fc97a74b8ff332821ea275120b9de951c1
tree4c060f9e495386200554ff5296eccca0be468ccc
parent9c401e48bdf6abb5ec6ff574ca8cafb82fe0ba8a
fix direct execution of (shebanged) fasls

Broken since 4993cd5, when fasl-header-p stopped working on bivalent
streams.  Make it work on bivalent streams, as long as they're
seekable (i.e. don't sniff stdin for a fasl header; bad things happen).
NEWS
src/code/load.lisp
tests/script.test.sh