Skip to content

Commit 0eba6c4

Browse files
committed
Final version of license check...
1 parent 9b23df5 commit 0eba6c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

check_license/check-headers.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ fi
8787
FILES=$($GIT $GIT_COMMAND | ${SOURCE_ROOT}/check_license/file-exceptions.sh)
8888

8989
RV=0
90+
9091
for file in $FILES ; do
9192
if [ $VERBOSE -eq 1 ]; then
9293
echo "Checking file: $file"
9394
fi
94-
95+
9596
# The src_path is a path which should be used in every command except git.
9697
# git is called with -C flag so filepaths should be relative to SOURCE_ROOT
9798
src_path="${SOURCE_ROOT}/$file"

0 commit comments

Comments
 (0)