Skip to content
Snippets Groups Projects

Fix she-bang line to make it work on EL9

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
#!/bin/env python
#!/bin/env python3
#
#
# make-jobfeatures script for Machine/Job Features on HTCondor
# make-jobfeatures script for Machine/Job Features on HTCondor
#
#
@@ -289,4 +289,4 @@ if db12_job:
@@ -289,4 +289,4 @@ if db12_job:
# We output $JOBFEATURES in case the calling script needs it
# We output $JOBFEATURES in case the calling script needs it
print jobfeaturesDir
print jobfeaturesDir
\ No newline at end of file
Loading