From 8e6e01053eee06ac33277f5665a746f9c42f5e39 Mon Sep 17 00:00:00 2001 From: Charlie Date: Wed, 28 Oct 2009 21:55:58 -0600 Subject: Remove match.log diagnostic --- check-receive-policy | 1 - 1 file changed, 1 deletion(-) diff --git a/check-receive-policy b/check-receive-policy index 1956a07..1bc8bb2 100755 --- a/check-receive-policy +++ b/check-receive-policy @@ -4,7 +4,6 @@ set -eu # Check if user is allowed user=`id -un` match=`test -f git-receive-allow && grep -Fx "$user" git-receive-allow || true` -echo $match > /tmp/match.log if [ -z "$match" ]; then cat <&2 --- -- cgit v1.2.3