blob: a309bc26e8460864b1befebd9351538c09fde92b [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/..
Elliott Hughes584bc622019-04-19 14:18:07 -07004./libc/tools/generate-NOTICE.py libc libm > 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 $?