Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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