File: fix-header-script.patch

package info (click to toggle)
wfuzz 3.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,648 kB
  • sloc: python: 13,161; makefile: 59; sh: 4
file content (19 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Hugo Lefeuvre <hle@debian.org>
Date: Thu, 6 Feb 2020 11:34:12 +0100
Subject: Add needed shebang to TextParser.py.

Last-Update: 2016-07-16
---
 src/wfuzz/externals/reqresp/TextParser.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/wfuzz/externals/reqresp/TextParser.py b/src/wfuzz/externals/reqresp/TextParser.py
index 28e97a9..6a9f9d1 100755
--- a/src/wfuzz/externals/reqresp/TextParser.py
+++ b/src/wfuzz/externals/reqresp/TextParser.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 # Covered by GPL V2.0
 # Coded by Carlos del Ojo Elias (deepbit@gmail.com)