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

ses runner fails on linux: #! does not split arguments #5

Open
dckc opened this issue Apr 23, 2014 · 1 comment
Open

ses runner fails on linux: #! does not split arguments #5

dckc opened this issue Apr 23, 2014 · 1 comment
Assignees

Comments

@dckc
Copy link

dckc commented Apr 23, 2014

symptoms:

> ses x.js
/usr/bin/env: node --harmony: No such file or directory

This sort of thing doesn't work on linux:

#!/usr/bin/env node --harmony

The node --harmony stuff isn't split before it's passed to env.

@kriskowal
Copy link
Member

Thanks. I’ll have to take that into account when I try to get this working again.

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

No branches or pull requests

2 participants