diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-04-20 11:30:50 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-04-20 11:30:50 +0200 |
commit | 607cabb248ee06fc2b8b556e6468f7edb317fb2d (patch) | |
tree | cfeef05aa2a46e10434c7093e529764b0d545034 /bootstrap | |
parent | 67a6bdfb25935801c173baa9fdadde7a202a36ad (diff) |
suppress warning
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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... " |