This appears to be an issue with the comments on the first three lines
interfering with the shebang line. Don’t include them, they’re only in
the docs for illustrative purposes. In the meantime, I’ll update the
documentation to remove that issue with the example.

> On Oct 29, 2016, at 22:31, meino.cra...@gmx.de wrote:
> 
> 
> Hi Jack,
> 
> thanks fpr your reply ! :)
> 
> I tried that with this script (copied from the docs, "/bin/env racket
> replace by the actually path to racket):
> 
>    #!/usr/local/bin/racket                    ; \
>    #lang scripty                              ; | script preamble
>    #:dependencies '("cvs-reading")            ; /
>    ------------------------------------------
>    #lang racket
> 
>    (require cvs-reading)
> 
> and it failed with:
> 
>    default-load-handler: cannot open module file
>    module path: #<path:/home/mccramer/; \>
>    path: /home/mccramer/; \
>    system error: No such file or directory; errno=2
>    context...:
>    standard-module-name-resolver
>    [1]    32658 exit 1     ./test.rkt
> 
> What did I wrong here?
> 
> Cheers
> Meino

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to