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 3622820 commit d577693Copy full SHA for d577693
check_license/check-headers.sh
@@ -91,6 +91,7 @@ for file in $FILES ; do
91
if [ $VERBOSE -eq 1 ]; then
92
echo "Checking file: $file"
93
fi
94
+
95
# The src_path is a path which should be used in every command except git.
96
# git is called with -C flag so filepaths should be relative to SOURCE_ROOT
97
src_path="${SOURCE_ROOT}/$file"
0 commit comments