Do not add parameter in shebang string.

On Linux "#!/usr/bin/env node --harmony_collections" is unfortunately
not recognized by system.
This commit is contained in:
Cheng Zhao
2014-03-20 22:10:11 +08:00
parent ae1d3b1e80
commit 645fc1511a
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env node --harmony_collections
#!/usr/bin/env node
var safeExec = require('./utils/child-process-wrapper.js').safeExec;
var path = require('path');