blob: 0b8a10682cf122c5ebe6b01dce415c3638da6194 [file] [log] [blame]
Sergii Piatakov564ed962017-11-02 17:55:20 +02001#!/bin/bash
Dan Albert32d55922016-10-20 10:34:47 -07002DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3cd $DIR/..
Dan Albertc30862f2016-10-20 11:45:16 -07004./libc/tools/generate-NOTICE.py libc libdl libm linker libstdc++ > libc/NOTICE
Dan Albert32d55922016-10-20 10:34:47 -07005
Dan Albertc30862f2016-10-20 11:45:16 -07006git diff --exit-code HEAD libc/NOTICE
Dan Albert32d55922016-10-20 10:34:47 -07007exit $?