diff --git a/port-jobs/SHEBANG.sh b/port-jobs/SHEBANG.sh index ec6be36..ed05122 100755 --- a/port-jobs/SHEBANG.sh +++ b/port-jobs/SHEBANG.sh @@ -1,4 +1,6 @@ #!/bin/sh -if [ "$1" = 'HAIKU' ]; then +if [ "$1" = 'PREP' ]; then + sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./*.py +else sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py fi