Skip to content

Commit

Permalink
[FAB-9281] Update check_license.sh, ^build/ -> ^.build/
Browse files Browse the repository at this point in the history
Given renaming of build/ to .build/, update the license
checking script to refer to the new name.

Change-Id: I20eb42462c9b45b7a241ada29f5abfd635fbc99d
Signed-off-by: Robert P. J. Day <[email protected]>
  • Loading branch information
rpjday committed Apr 1, 2018
1 parent ea9f533 commit 70735dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function filterExcludedFiles {
CHECK=`echo "$CHECK" | grep -v .png$ | grep -v .rst$ | grep -v ^.git/ \
| grep -v .pem$ | grep -v .block$ | grep -v .tx$ | grep -v ^LICENSE$ | grep -v _sk$ \
| grep -v .key$ | grep -v \\.gen.go$ | grep -v ^Gopkg.lock$ | grep -v 'testdata/' \
| grep -v .md$ | grep -v ^vendor/ | grep -v ^build/ | grep -v .pb.go$ | sort -u`
| grep -v .md$ | grep -v ^vendor/ | grep -v ^.build/ | grep -v .pb.go$ | sort -u`
}

CHECK=$(git diff --name-only --diff-filter=ACMRTUXB HEAD)
Expand Down

0 comments on commit 70735dd

Please sign in to comment.