[ci] fix script not working on non-sh shells
All checks were successful
eden-license / license-header (pull_request) Successful in 1m27s
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:
parent
e75ceb676b
commit
bc2147ab21
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/bash -e
|
||||
|
||||
HEADER="$(cat "$PWD/.ci/license/header.txt")"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue