mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
Ports: Use 'env bash' in hatari and pt2-clone package.sh shebang
This commit is contained in:
parent
54b4d7611c
commit
4fac577cf0
Notes:
sideshowbarker
2024-07-18 20:57:08 +09:00
Author: https://github.com/linusg
Commit: 4fac577cf0
Pull-request: https://github.com/SerenityOS/serenity/pull/6027
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=hatari
|
port=hatari
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
version=2.4.0-devel
|
version=2.4.0-devel
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=pt2-clone
|
port=pt2-clone
|
||||||
version=1.28
|
version=1.28
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue