removing the '--' from /usr/bin/env node, until we can find a workaround for linux.

This commit is contained in:
Jeremy Ashkenas 2010-02-17 19:05:22 -05:00
parent 807e0b479d
commit e2a71d3c2c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node --
#!/usr/bin/env node
process.mixin(require('sys'));

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node --
#!/usr/bin/env node
process.mixin(require('sys'));