Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
c5ea3ebd714c70b21bcc7fcee6f7c00aa2bf8b64
/
.
/
tools
/
update_version_scripts.sh
blob: ccba475b315fe2dad7838c98098581a601f775d2 [
file
] [
log
] [
blame
]
#!/bin/sh
DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
cd $DIR
/..
./
libc
/
tools
/
genversion
-
scripts
.
py
git diff
--
exit
-
code HEAD libc
/*.
map libdl
/*.
map libm
/*.
map linker
/*.
map
exit $
?