aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
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