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