I'm trying to load trivial-shell on Mac OS X.
When I execute the following command:
(asdf:oos 'asdf:load-op :trivial-shell)
I get the following error:
decoding error on stream
#<SB-SYS:FD-STREAM for "file /Users/paul/lispsystems/trivial-shell.asd"
{129D4569}>
(:EXTERNAL-FORMAT :UTF-8):
the octet sequence (180) cannot be decoded.
[Condition of type SB-INT:STREAM-DECODING-ERROR]
Can anyone tell me what I'm doing wrong here?