File: nodejs-shebang

package info (click to toggle)
node-ws 1.1.0%2Bds1.e6ddaae4-3%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 824 kB
  • sloc: cpp: 220; sh: 93; makefile: 91
file content (14 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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