From c7e00e6317502f110956918c1af9622004bad08f Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 17 Jul 2020 18:21:33 +0200 Subject: continue previous fix --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index bdb968031..a0bbd3b72 100755 --- a/bootstrap +++ b/bootstrap @@ -29,7 +29,7 @@ if existence uncrustify; then # Install uncrustify format symlink (if possible) ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null || true # 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 || true else echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development" fi -- cgit v1.2.3