File: fix-shebang.diff

package info (click to toggle)
vows 0.8.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: javascript: 2,863; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: fix shebang
Author: Xavier Guimard <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2020-05-25

--- a/bin/vows
+++ b/bin/vows
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/node
 
 
 var path   = require('path'),