minor oopsie in post-update hook chaining

This commit is contained in:
Sitaram Chamarty 2010-03-17 20:36:51 +05:30
parent 412a691810
commit e91e8c80d9

View file

@ -7,6 +7,8 @@ GIT_WORK_TREE=$GL_ADMINDIR git checkout -f master
cd $GL_ADMINDIR
$GL_BINDIR/gl-compile-conf
cd -
if [[ -f hooks/post-update.secondary ]] || [[ -L hooks/post-update.secondary ]]
then
exec hooks/post-update.secondary "$@"