Browse Source
leftover
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2797/head
crueter
5 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|
|