mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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: https://github.com/SerenityOS/serenity/commit/4fac577cf08 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
|
||||
useconfigure=true
|
||||
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
|
||||
version=1.28
|
||||
useconfigure=true
|
||||
|
|
Loading…
Reference in a new issue