Sign in
fuchsia
/
third_party
/
android.googlesource.com
/
platform
/
bionic
/
c8c3bc58a1e2acb1048e2fb4f2914f60e0977942
/
.
/
tools
/
update_notice.sh
blob: a309bc26e8460864b1befebd9351538c09fde92b [
file
] [
log
] [
blame
]
#!/bin/bash
DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
cd $DIR
/..
./
libc
/
tools
/
generate
-
NOTICE
.
py libc libm
>
libc
/
NOTICE
git diff
--
exit
-
code HEAD libc
/
NOTICE
exit $
?