Ports: Tweak shebang of python3's package.sh

This was missed in c702845.
This commit is contained in:
Linus Groh 2021-01-22 23:13:54 +01:00 committed by Andreas Kling
parent 7cc7f7ac54
commit 92908259b8
Notes: sideshowbarker 2024-07-18 22:57:15 +09:00

View file

@ -1,4 +1,4 @@
#!/bin/bash ../.port_include.sh
#!/usr/bin/env -S bash ../.port_include.sh
source version.sh