Whamcloud - gitweb
LU-2285 osp: Send correct object IDs when deleting orphans
[fs/lustre-release.git] / autogen.sh
1 #!/bin/sh
2
3 # install Lustre Git commit hooks by default - LU-2083
4 for HOOK in commit-msg prepare-commit-msg; do
5         [ -e .git/hooks/$HOOK ] || ln -sf ../build/$HOOK .git/hooks/
6 done
7
8 exec bash build/autogen.sh $@ 
9