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