#!/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