We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2090ec commit 1b3f92dCopy full SHA for 1b3f92d
scripts/check_license.sh
@@ -65,7 +65,7 @@ paths_with_missing_license=( )
65
# fi
66
# file_paths=$(echo "$file_excludes" | tr '\n' '\0' | xargs -0 -I% printf '":(exclude)%" '| xargs git ls-files)
67
file_paths=$(tr '\n' '\0' < .licenseignore | xargs -0 -I% printf '":(exclude)%" '| xargs git ls-files ":(exclude).licenseignore" ":(exclude).license_header_template" )
68
-echo ${file_paths}
+echo "${file_paths}"
69
70
while IFS= read -r file_path; do
71
file_basename=$(basename -- "${file_path}")
0 commit comments