Browse Source

suppress warning

Christian Grothoff 5 years ago
parent
commit
607cabb248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootstrap

+ 1 - 1
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... "