Browse Source

[ci] fix script not working on non-sh shells

Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/296/head
lizzie 7 months ago
committed by crueter
parent
commit
16d7f126d6
  1. 2
      .ci/license-header.sh

2
.ci/license-header.sh

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

Loading…
Cancel
Save