Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
3f41e145f24e28e03b9ab581ba7b50f4ca8f99a9
/
.
/
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 $
?