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