File: python3-shebang

package info (click to toggle)
texlive-base 2024.20250309-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,058,192 kB
  • sloc: perl: 44,903; sh: 5,008; makefile: 4,278; javascript: 3,034; ruby: 2,428; tcl: 2,131; xml: 1,874; python: 1,385; pascal: 1,249; cpp: 549; awk: 512; lisp: 447; ansic: 103; sed: 8
file content (48 lines) | stat: -rw-r--r-- 1,538 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
 texmf-dist/scripts/latex-make/figdepth.py    |    2 +-
 texmf-dist/scripts/latex-make/gensubfig.py   |    2 +-
 texmf-dist/scripts/latex-make/latexfilter.py |    2 +-
 texmf-dist/scripts/latex-make/svg2dev.py     |    2 +-
 texmf-dist/scripts/latex-make/svgdepth.py    |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

--- texlive-base-2019.20200131.orig/texmf-dist/scripts/latex-make/figdepth.py
+++ texlive-base-2019.20200131/texmf-dist/scripts/latex-make/figdepth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #coding=utf8
 
 """
--- texlive-base-2019.20200131.orig/texmf-dist/scripts/latex-make/gensubfig.py
+++ texlive-base-2019.20200131/texmf-dist/scripts/latex-make/gensubfig.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #coding=utf8
 
 """
--- texlive-base-2019.20200131.orig/texmf-dist/scripts/latex-make/latexfilter.py
+++ texlive-base-2019.20200131/texmf-dist/scripts/latex-make/latexfilter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #coding=utf8
 
 """
--- texlive-base-2019.20200131.orig/texmf-dist/scripts/latex-make/svg2dev.py
+++ texlive-base-2019.20200131/texmf-dist/scripts/latex-make/svg2dev.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #coding=utf8
 
 from optparse import OptionParser
--- texlive-base-2019.20200131.orig/texmf-dist/scripts/latex-make/svgdepth.py
+++ texlive-base-2019.20200131/texmf-dist/scripts/latex-make/svgdepth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #coding=utf8
 
 import sys