Skip to content

Commit d114586

Browse files
committed
shellcheck
1 parent 9f7c2dd commit d114586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/check-license-header.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ paths_with_missing_license=( )
4343
file_excludes=".license_header_template
4444
.licenseignore"
4545
if [ -f .licenseignore ]; then
46-
file_excludes=$file_excludes\n$(cat .licenseignore)
46+
file_excludes=$file_excludes$(printf '\n')$(cat .licenseignore)
4747
fi
4848
file_paths=$(echo "$file_excludes" | tr '\n' '\0' | xargs -0 -I% printf '":(exclude)%" '| xargs git ls-files)
4949

0 commit comments

Comments
 (0)