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
|