Ports: Use 'env bash' in hatari and pt2-clone package.sh shebang

This commit is contained in:
Linus Groh 2021-03-30 19:38:10 +02:00 committed by Andreas Kling
parent 54b4d7611c
commit 4fac577cf0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash ../.port_include.sh
#!/usr/bin/env -S bash ../.port_include.sh
port=hatari
useconfigure=true
version=2.4.0-devel

View file

@ -1,4 +1,4 @@
#!/bin/bash ../.port_include.sh
#!/usr/bin/env -S bash ../.port_include.sh
port=pt2-clone
version=1.28
useconfigure=true