Whamcloud - gitweb
LU-2333 utils: mount.lustre to ignore fsname
[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