From 607cabb248ee06fc2b8b556e6468f7edb317fb2d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Apr 2019 11:30:50 +0200 Subject: [PATCH] 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... " -- 2.25.1