Sergii Piatakov | 564ed96 | 2017-11-02 17:55:20 +0200 | [diff] [blame^] | 1 | #!/bin/bash |
Dan Albert | 32d5592 | 2016-10-20 10:34:47 -0700 | [diff] [blame] | 2 | DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
| 3 | cd $DIR/.. |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 4 | ./libc/tools/generate-NOTICE.py libc libdl libm linker libstdc++ > libc/NOTICE |
Dan Albert | 32d5592 | 2016-10-20 10:34:47 -0700 | [diff] [blame] | 5 | |
Dan Albert | c30862f | 2016-10-20 11:45:16 -0700 | [diff] [blame] | 6 | git diff --exit-code HEAD libc/NOTICE |
Dan Albert | 32d5592 | 2016-10-20 10:34:47 -0700 | [diff] [blame] | 7 | exit $? |