blob: 9974da209cef9391eddfd1b205c0b412793d45c0 [file] [log] [blame]
#!/bin/sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/..
./libc/tools/generate-NOTICE.py libc libdl libm linker libstdc++ > libc/NOTICE
git diff --exit-code HEAD libc/NOTICE
exit $?