gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/03: suppress warning


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/03: suppress warning
Date: Sat, 20 Apr 2019 11:31:22 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 607cabb248ee06fc2b8b556e6468f7edb317fb2d
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Apr 20 11:30:50 2019 +0200

    suppress warning
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index c87f375ea..bd089f429 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ echo "Removing folder 'libltdl'..."
 rm -rf libltdl
 
 # Install clang format symlink (if possible)
-ln -s contrib/conf/editors/clang-format .clang-format &> /dev/null
+ln -s contrib/conf/editors/clang-format .clang-format 2> /dev/null
 
 echo "checking for libtoolize / libtool... "
 

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



reply via email to

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