suppress warning
authorChristian Grothoff <christian@grothoff.org>
Sat, 20 Apr 2019 09:30:50 +0000 (11:30 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sat, 20 Apr 2019 09:30:50 +0000 (11:30 +0200)
bootstrap

index c87f375eaa0f91de65ce84fc2ecb01fb3531353a..bd089f4296e591bd6e7e083540a83f10bd8235fb 100755 (executable)
--- 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... "