Whamcloud - gitweb
b=23842 some issues with recent changes to build/nn-final-symbol-list.txt
[fs/lustre-release.git] / build / nn-check.py
index dcb281a..d6bbf53 100755 (executable)
@@ -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.