Description: Fix nodejs shebang line to Debian canonical path
 Debian mandates /usr/bin/nodejs in order to resolve a naming conflict
Author: Ximin Luo <infinity0@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/bin/wscat
+++ b/bin/wscat
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/nodejs
 
 /*!
  * ws: a node.js websocket client
