aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-20 11:30:50 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-20 11:30:50 +0200
commit607cabb248ee06fc2b8b556e6468f7edb317fb2d (patch)
treecfeef05aa2a46e10434c7093e529764b0d545034 /bootstrap
parent67a6bdfb25935801c173baa9fdadde7a202a36ad (diff)
downloadgnunet-607cabb248ee06fc2b8b556e6468f7edb317fb2d.tar.gz
gnunet-607cabb248ee06fc2b8b556e6468f7edb317fb2d.zip
suppress warning
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c87f375ea..bd089f429 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ echo "Removing folder 'libltdl'..."
4rm -rf libltdl 4rm -rf libltdl
5 5
6# Install clang format symlink (if possible) 6# Install clang format symlink (if possible)
7ln -s contrib/conf/editors/clang-format .clang-format &> /dev/null 7ln -s contrib/conf/editors/clang-format .clang-format 2> /dev/null
8 8
9echo "checking for libtoolize / libtool... " 9echo "checking for libtoolize / libtool... "
10 10