commit f0685043587dbef52cf6017ca10a0c40d6f35fb0
Author: Arkadiusz Miƛkiewicz <ar...@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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to