[ci] fix script not working on non-sh shells
All checks were successful
eden-license / license-header (pull_request) Successful in 1m27s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-08-21 20:35:05 +00:00
parent e75ceb676b
commit bc2147ab21
Signed by: Lizzie
GPG key ID: 00287378CADCAB13

View file

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
HEADER="$(cat "$PWD/.ci/license/header.txt")"