Skip to content

Arguments in shebang lines are not portable #106

Closed
@UlrichEckhardt

Description

@UlrichEckhardt

In 1.3.8, you changed the shebang line from "#!/usr/bin/env node" to "#!/usr/bin/env node --no-warnings". Under some OSs (e.g. Linux 3.16) this doesn't work as you intended. It causes "/usr/bin/env" to be called with the single argument "node --no-warnings". A program called "node --no-warnings" is nowhere in the path though and splitting of this argument doesn't take place.

For a discussion on this topic, see:
http://stackoverflow.com/questions/4303128/how-to-use-multiple-arguments-with-a-shebang-i-e#4304187

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions