summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-07-17 18:21:33 +0200
committerMS <ms@taler.net>2020-07-17 18:21:33 +0200
commitc7e00e6317502f110956918c1af9622004bad08f (patch)
tree39c8daf07ab861915efff779fbc2d72e9a44bcf8 /bootstrap
parenteb290f3b0459f413bb94e4661b6b0f98ca86e819 (diff)
downloadexchange-c7e00e6317502f110956918c1af9622004bad08f.tar.gz
exchange-c7e00e6317502f110956918c1af9622004bad08f.tar.bz2
exchange-c7e00e6317502f110956918c1af9622004bad08f.zip
continue previous fix
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index bdb968031..a0bbd3b72 100755
--- a/bootstrap
+++ b/bootstrap
@@ -29,7 +29,7 @@ if existence uncrustify; then
# Install uncrustify format symlink (if possible)
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
+ ln -s ../../contrib/uncrustify_precommit .git/hooks/pre-commit 2> /dev/null || true
else
echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development"
fi