blob: fd05e1ae5254cf589326bd821bdc19207899c248 [file] [log] [blame]
#!/bin/sh
[ -e "build/git-hooks/post-applypatch" ] && exec sh "build/git-hooks/post-applypatch" "$@"
exit 0