1
0
Fork 0

tools/copyright ignore `.|..'

textend
Mike Gerwitz 2015-05-06 22:36:17 -04:00
parent 991f4086fa
commit fcdfae68b2
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -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) )
(