Fixed Haiku using the wrong Python version, made building on Haiku easier

Former-commit-id: f5d19c55405790060136af4f2a012987ce88d5f2
Former-commit-id: 69aef95294b038c405d95ad3aa37c0a1991a9f8a
This commit is contained in:
2023-07-08 20:25:59 -04:00
parent 5255d61f61
commit d40d1daab5
+3 -1
View File
@@ -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