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.
symptoms:
This sort of thing doesn't work on linux:
The
node --harmonystuff isn't split before it's passed to env.