Whamcloud - gitweb
LU-2490 mdd: mdd_links_rename() be quiet in regular cases
[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