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