Skip to content

Commit

Permalink
Changed shebang line to more standard env implementation. This solves…
Browse files Browse the repository at this point in the history
… problems running Haibu on systems where node isn't installed in /usr/local/bin/node...
  • Loading branch information
stolsma committed Aug 7, 2011
1 parent 79cf080 commit 8ddb03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/carapace-client 100755 → 100644
@@ -1,4 +1,4 @@
#!/usr/local/bin/node #!/usr/bin/env node


var hookio = require('hook.io'); var hookio = require('hook.io');
var Hook = hookio.Hook; var Hook = hookio.Hook;
Expand Down

0 comments on commit 8ddb03d

Please sign in to comment.