File: shebang.patch

package info (click to toggle)
node-cross-spawn 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • ctags: 52
  • sloc: sh: 6; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix shebang in upstream test
 In Debian, nodejs is the name of the node executable. This fix was
 required to enable the upstream tests to pass.
Forwarded: not-needed
Author: Ross Gammon <rossgammon@mail.dk>

--- a/test/fixtures/shebang
+++ b/test/fixtures/shebang
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
 
 'use strict';