summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/latex-make
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-26 21:28:47 +0000
committerKarl Berry <karl@freefriends.org>2021-10-26 21:28:47 +0000
commit7ecb175b849286f8ab1fe7d80c8774f8f7730a55 (patch)
treef3f840b9f61a23a98fa70ff4cbdf18ecde995dca /Master/texmf-dist/scripts/latex-make
parent3697945ebbe512f8510222ae1c149b6daa958a27 (diff)
latex-make (26oct21)
git-svn-id: svn://tug.org/texlive/trunk@60874 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/latex-make')
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/figdepth.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/gensubfig.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/latexfilter.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/svg2dev.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/svgdepth.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/latex-make/figdepth.py b/Master/texmf-dist/scripts/latex-make/figdepth.py
index d7a763c796e..264af1bb957 100755
--- a/Master/texmf-dist/scripts/latex-make/figdepth.py
+++ b/Master/texmf-dist/scripts/latex-make/figdepth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
diff --git a/Master/texmf-dist/scripts/latex-make/gensubfig.py b/Master/texmf-dist/scripts/latex-make/gensubfig.py
index 0c5316d448a..95ae0aadbb7 100755
--- a/Master/texmf-dist/scripts/latex-make/gensubfig.py
+++ b/Master/texmf-dist/scripts/latex-make/gensubfig.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
diff --git a/Master/texmf-dist/scripts/latex-make/latexfilter.py b/Master/texmf-dist/scripts/latex-make/latexfilter.py
index 2fbb14b0248..86fdfdf5d56 100755
--- a/Master/texmf-dist/scripts/latex-make/latexfilter.py
+++ b/Master/texmf-dist/scripts/latex-make/latexfilter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
diff --git a/Master/texmf-dist/scripts/latex-make/svg2dev.py b/Master/texmf-dist/scripts/latex-make/svg2dev.py
index e3eb96de210..62511eca4ab 100755
--- a/Master/texmf-dist/scripts/latex-make/svg2dev.py
+++ b/Master/texmf-dist/scripts/latex-make/svg2dev.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
from optparse import OptionParser
diff --git a/Master/texmf-dist/scripts/latex-make/svgdepth.py b/Master/texmf-dist/scripts/latex-make/svgdepth.py
index 6f146647b15..71a7c1cc267 100755
--- a/Master/texmf-dist/scripts/latex-make/svgdepth.py
+++ b/Master/texmf-dist/scripts/latex-make/svgdepth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
import sys