gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: ignore symlink failure


From: gnunet
Subject: [taler-exchange] branch master updated: ignore symlink failure
Date: Fri, 17 Jul 2020 18:08:04 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new eb290f3b ignore symlink failure
eb290f3b is described below

commit eb290f3b0459f413bb94e4661b6b0f98ca86e819
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 17 18:08:01 2020 +0200

    ignore symlink failure
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 55522f71..bdb96803 100755
--- a/bootstrap
+++ b/bootstrap
@@ -27,7 +27,7 @@ existence()
 if existence uncrustify; then
     echo "Installing uncrustify hook and configuration"
     # Install uncrustify format symlink (if possible)
-    ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null
+    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
 else

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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