summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-17 18:08:01 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-17 18:08:01 +0200
commiteb290f3b0459f413bb94e4661b6b0f98ca86e819 (patch)
treed772f55400f39ce03bd699a740a37a6a72ab9f7d /bootstrap
parent4fde76049ea383f73ff84f1331dba20180ad80e3 (diff)
downloadexchange-eb290f3b0459f413bb94e4661b6b0f98ca86e819.tar.gz
exchange-eb290f3b0459f413bb94e4661b6b0f98ca86e819.tar.bz2
exchange-eb290f3b0459f413bb94e4661b6b0f98ca86e819.zip
ignore symlink failure
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 55522f710..bdb968031 100755
--- a/bootstrap
+++ b/bootstrap
@@ -27,7 +27,7 @@ existence()
if existence uncrustify; then
echo "Installing uncrustify hook and configuration"
# Install uncrustify format symlink (if possible)
- ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null
+ ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null || true
# Install pre-commit hook (if possible)
ln -s ../../contrib/uncrustify_precommit .git/hooks/pre-commit 2> /dev/null
else