summaryrefslogtreecommitdiffstats
path: root/conf/pre-commit
blob: f097a88abdf8825dc4552475a3b53468ab4db870 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ -z "${GIT_DIR}" ]; then
    echo "GIT_DIR not set" 1>&2
    exit 1
fi

exec 1>&2

make check-syntax

© 2014-2024 Faster IT GmbH | imprint | privacy policy