From d5685e88bb53513334df8f6cbb622bfd6e39a645 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 8 Jan 2023 22:26:18 +0100 Subject: [PATCH] Specify python3 for pptex.py --- doc/manual/pptex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/pptex.py b/doc/manual/pptex.py index 91425a060..fade5943c 100755 --- a/doc/manual/pptex.py +++ b/doc/manual/pptex.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Farcical script to remove newlines after # \begin{sidebar} in dblatex' .tex output; -- 2.30.2