port-jobs: Moved shebang swap to a port-job

Former-commit-id: f183e86fb5c748da366fc8821cfdd1f0c14c5f7e
Former-commit-id: 98b66ba0c8807acd0a4c5fcce2ba9b0f8e6e4be8
This commit is contained in:
2023-04-24 09:47:17 -04:00
parent b04a7d2e45
commit c26975bdab
2 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
if [ "$1" = 'HAIKU' ]; then
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshync.py
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py
fi