aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1ff25a753..3972863be 100755
--- a/bootstrap
+++ b/bootstrap
@@ -16,7 +16,7 @@ if existence uncrustify; then
16 # Install uncrustify format symlink (if possible) 16 # Install uncrustify format symlink (if possible)
17 ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null 17 ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null
18 # Install pre-commit hook (if possible) 18 # Install pre-commit hook (if possible)
19 ln -s contrib/uncrustify_precommit .git/hooks/pre-commit 2> /dev/null 19 ln -s ../../contrib/uncrustify_precommit .git/hooks/pre-commit 2> /dev/null
20else 20else
21 echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development" 21 echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development"
22fi 22fi