aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 14:44:36 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 14:44:36 +0200
commit6ecb8bb63d92da4f603cb2b73695240cfb8cea46 (patch)
treeabce9b26bcd4b8a9d9f14a671a2f59af94032d0e
parenta16f6b613a10ed23099344611ff26844641fbee6 (diff)
downloadgnunet-6ecb8bb63d92da4f603cb2b73695240cfb8cea46.tar.gz
gnunet-6ecb8bb63d92da4f603cb2b73695240cfb8cea46.zip
fix path
-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