X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fnn-check.py;h=d6bbf5390cf18015c446d560c15e6b2d99e1b0f7;hb=e296c2d9f5d8ff8a7efdcef75bc3e8d379307440;hp=dcb281a19eaab7c86d96ac259210b82b192596b9;hpb=8a6f91d5886db6c747b01a6b0af93fa3f670ea5e;p=fs%2Flustre-release.git diff --git a/build/nn-check.py b/build/nn-check.py index dcb281a..d6bbf53 100755 --- a/build/nn-check.py +++ b/build/nn-check.py @@ -95,7 +95,7 @@ print '===================================================' print '%s: starting nn-check' % sys.argv[1] print '===================================================' -index = re.compile(r'^\+\+\+ [b/]*([^ \t]*)') +index = re.compile(r'^\+\+\+ b/(.*)') plus = re.compile(r'^\+') for line in f: # Check for the "diff --cc " delimiter in order to grab the file name.