From b9bd2e04162c5c5914d045b7045e6482ef3ebdce Mon Sep 17 00:00:00 2001
From: Jan van Eldik <jan.van.eldik@cern.ch>
Date: Fri, 13 Jan 2023 13:35:28 +0100
Subject: [PATCH] Fix she-bang line to make it work on EL9

---
 make-jobfeatures.htcondor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make-jobfeatures.htcondor b/make-jobfeatures.htcondor
index 7dd21a9..e8e1cb9 100755
--- a/make-jobfeatures.htcondor
+++ b/make-jobfeatures.htcondor
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/bin/env python3
 #
 #  make-jobfeatures script for Machine/Job Features on HTCondor
 #
@@ -289,4 +289,4 @@ if db12_job:
 # We output $JOBFEATURES in case the calling script needs it
 print jobfeaturesDir
 
- 
\ No newline at end of file
+ 
-- 
GitLab