We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7c2dd commit d114586Copy full SHA for d114586
.github/workflows/scripts/check-license-header.sh
@@ -43,7 +43,7 @@ paths_with_missing_license=( )
43
file_excludes=".license_header_template
44
.licenseignore"
45
if [ -f .licenseignore ]; then
46
- file_excludes=$file_excludes\n$(cat .licenseignore)
+ file_excludes=$file_excludes$(printf '\n')$(cat .licenseignore)
47
fi
48
file_paths=$(echo "$file_excludes" | tr '\n' '\0' | xargs -0 -I% printf '":(exclude)%" '| xargs git ls-files)
49
0 commit comments