File: shebang.patch

package info (click to toggle)
node-cross-spawn 5.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: makefile: 6; sh: 6
file content (14 lines) | stat: -rw-r--r-- 392 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>

--- node-cross-spawn.orig/test/fixtures/shebang
+++ node-cross-spawn/test/fixtures/shebang
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
 
 'use strict';