From 6ecb8bb63d92da4f603cb2b73695240cfb8cea46 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Oct 2019 14:44:36 +0200 Subject: fix path --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 1ff25a753..3972863be 100755 --- a/bootstrap +++ b/bootstrap @@ -16,7 +16,7 @@ if existence uncrustify; then # Install uncrustify format symlink (if possible) ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null # Install pre-commit hook (if possible) - ln -s contrib/uncrustify_precommit .git/hooks/pre-commit 2> /dev/null + ln -s ../../contrib/uncrustify_precommit .git/hooks/pre-commit 2> /dev/null else echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development" fi -- cgit v1.2.3