gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 01/05: fix path


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/05: fix path
Date: Sat, 05 Oct 2019 14:59:04 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 6ecb8bb63d92da4f603cb2b73695240cfb8cea46
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 5 14:44:36 2019 +0200

    fix path
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]