Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
96510935697c2934427f0c14d0b153244e8cfb2b
/
.
/
tools
/
update_seccomp.sh
blob: d108e359af771cee428a7d4b6603dec5a7a0f9f8 [
file
] [
log
] [
blame
]
Elliott Hughes
9651093
2017-09-28 15:20:40 -0700
[
diff
] [
blame^
]
1
#!/bin/sh
2
DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
3
cd $DIR
/..
4
./
libc
/
tools
/
genseccomp
.
py
5
6
git diff
--
exit
-
code HEAD libc
/
seccomp
/
7
exit $
?