File: remove-useless-shebang.patch

package info (click to toggle)
node-mocha 10.1.0%2Bds1%2B~cs29.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,124 kB
  • sloc: javascript: 33,907; makefile: 8; sh: 2
file content (13 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: remove useless shebang
Author: Xavier Guimard <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2020-12-17

--- a/lib/cli/cli.js
+++ b/lib/cli/cli.js
@@ -1,5 +1,3 @@
-#!/usr/bin/env node
-
 'use strict';
 
 /**