Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromium
/
tools
/
depot_tools
/
9aca104a0f04072cf28643a5d5be6b372b0612e2
/
.
/
git-templates
/
hooks
/
pre-applypatch
blob: c37aa4add526bdee35eb05d887cc01591f0d4b7f [
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/pre-applypatch"
]
&&
exec bash
"build/git-hooks/pre-applypatch"
"$@"
4
exit
0