Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromium
/
tools
/
depot_tools
/
a0d4757e90f84fbbb0f343ce831b7c245b1e80be
/
.
/
git-templates
/
hooks
/
post-applypatch
blob: 9f970733ef0ad1863a09b59675d76c582bd414d0 [
file
] [
log
] [
blame
]
szager@chromium.org
9aca104
2012-12-28 20:58:26 +0000
[
diff
] [
blame
]
1
#!/bin/bash
2
3
[
-
e
"build/git-hooks/post-applypatch"
]
&&
exec bash
"build/git-hooks/post-applypatch"
"$@"
4
exit
0