File: 0001-Remove-shebang.patch

package info (click to toggle)
jsonpath-ng 1.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: python: 2,172; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Wed, 12 Jul 2023 09:29:32 +0000
Subject: Remove shebang

Forwarded: not-needed
---
 jsonpath_ng/bin/jsonpath.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jsonpath_ng/bin/jsonpath.py b/jsonpath_ng/bin/jsonpath.py
index 386f87c..3ee26bb 100755
--- a/jsonpath_ng/bin/jsonpath.py
+++ b/jsonpath_ng/bin/jsonpath.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # encoding: utf-8
 # Copyright © 2012 Felix Richter <wtfpl@syntax-fehler.de>
 # This work is free. You can redistribute it and/or modify it under the