mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-04 08:07:15 -04:00
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:
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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
|
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user