Skip to content

Chez shebang: use "scheme-script" instead of "scheme --script"#23

Open
jmitchell wants to merge 1 commit intoedwinb:masterfrom
jmitchell:mine/chez-scheme-script
Open

Chez shebang: use "scheme-script" instead of "scheme --script"#23
jmitchell wants to merge 1 commit intoedwinb:masterfrom
jmitchell:mine/chez-scheme-script

Conversation

@jmitchell
Copy link

@jmitchell jmitchell commented Feb 15, 2019

The following shebang line doesn't work:

#!/usr/bin/env scheme --script

It would work without the /usr/bin/env indirection, but on some systems that's necessary. Whether env is needed or not using scheme-script instead works consistently.

More context in the Chez User Guide.

The following shebang line doesn't work:

    #!/usr/bin/env scheme --script

It would work without the /usr/bin/env indirection, but whether env is
needed or not doing this instead consistently works:

    #!/usr/bin/env scheme-script

More context from the Chez User Guide:
http://cisco.github.io/ChezScheme/csug9.5/libraries.html#./libraries:h2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant