From fcdfae68b2df580801884d877c9902cf0f77618f Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 6 May 2015 22:36:17 -0400 Subject: [PATCH] tools/copyright ignore `.|..' --- tools/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/copyright b/tools/copyright index b9bd53f..860b161 100755 --- a/tools/copyright +++ b/tools/copyright @@ -53,7 +53,7 @@ shopt -s extglob || { # we will be updating all files that contain this line ident='This \(file\|document\) is part of \(the \)\?GNU ease.js' -ignorepath='.git|build|webroot|node_modules' +ignorepath='.|..|.git|build|webroot|node_modules' files=$( grep -rl "$ident" ../!($ignorepath) ) (