Description: Fix nodejs shebang
Author: Leo Iannacone <l3on@ubuntu.com>
Forwarded: not-needed

---
 bin/_mocha |    2 +-
 bin/mocha  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- a/bin/_mocha
+++ b/bin/_mocha
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs

 /**
  * Module dependencies.
--- a/bin/mocha
+++ b/bin/mocha
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs

 /**
  * This tiny wrapper file checks for known node flags and appends them
