Browse Source

leftover

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2797/head
crueter 5 months ago
parent
commit
17ddce8d78
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      .ci/license-header.sh

2
.ci/license-header.sh

@ -77,7 +77,7 @@ check_header() {
line2="$(header_line2 "$begin")" line2="$(header_line2 "$begin")"
# perl and awk are actually awful, so to avoid this problem we avoid it by avoiding it # perl and awk are actually awful, so to avoid this problem we avoid it by avoiding it
if ! echo "$content" | grep -o "$line1 $line2"; then
if ! echo "$content" | grep -o "$line1 $line2" >/dev/null; then
# SRC_FILES is Kotlin/C++ # SRC_FILES is Kotlin/C++
# OTHER_FILES is sh, CMake # OTHER_FILES is sh, CMake
case "$begin" in case "$begin" in

Loading…
Cancel
Save