[packages/rpm-build-tools] Fix shebangs.
arekm
arekm at pld-linux.org
Wed Jul 3 10:57:18 CEST 2024
commit f0685043587dbef52cf6017ca10a0c40d6f35fb0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Jul 3 09:49:42 2024 +0200
Fix shebangs.
check-unused-files.py | 2 +-
ka5up.py | 2 +-
kf5up.py | 2 +-
kp5up.py | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/check-unused-files.py b/check-unused-files.py
index 83aab41..456ad9a 100755
--- a/check-unused-files.py
+++ b/check-unused-files.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
import subprocess
import sys
diff --git a/ka5up.py b/ka5up.py
index 892f690..139a611 100755
--- a/ka5up.py
+++ b/ka5up.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
"""
Helper script to update version of ka5*.spec.
diff --git a/kf5up.py b/kf5up.py
index b063f7a..b4d9c80 100755
--- a/kf5up.py
+++ b/kf5up.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
"""
Helper script to update version of kf5*.spec.
diff --git a/kp5up.py b/kp5up.py
index 6513fd4..dac6cd7 100755
--- a/kp5up.py
+++ b/kp5up.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
"""
Helper script to update version of kp5*.spec.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/f0685043587dbef52cf6017ca10a0c40d6f35fb0
More information about the pld-cvs-commit
mailing list