File: 0001_fix_nodejs_shebang.path

package info (click to toggle)
node-jade 1.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,984 kB
  • ctags: 315
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix shebang on nodejs
Author: Leo Iannacone <l3on@ubuntu.com>
Forwarded: not-needed

---
 bin/jade.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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