aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index bd089f429..eeb323145 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,8 +3,8 @@
3echo "Removing folder 'libltdl'..." 3echo "Removing folder 'libltdl'..."
4rm -rf libltdl 4rm -rf libltdl
5 5
6# Install clang format symlink (if possible) 6# Install uncrustify format symlink (if possible)
7ln -s contrib/conf/editors/clang-format .clang-format 2> /dev/null 7ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null
8 8
9echo "checking for libtoolize / libtool... " 9echo "checking for libtoolize / libtool... "
10 10