blob: c37aa4add526bdee35eb05d887cc01591f0d4b7f [file] [log] [blame]
szager@chromium.org9aca1042012-12-28 20:58:26 +00001#!/bin/bash
2
3[ -e "build/git-hooks/pre-applypatch" ] && exec bash "build/git-hooks/pre-applypatch" "$@"
4exit 0