From 6300374281888b2f738f719e057b5e74db9706f5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 18:43:39 -0500 Subject: polish --- pre-commit.d/10warn-empty-directory | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pre-commit.d/10warn-empty-directory') diff --git a/pre-commit.d/10warn-empty-directory b/pre-commit.d/10warn-empty-directory index ef70b72..b850c86 100755 --- a/pre-commit.d/10warn-empty-directory +++ b/pre-commit.d/10warn-empty-directory @@ -2,6 +2,5 @@ set -e empty=$(find -type d -empty | grep -v /.git/) || true if [ -n "$empty" ]; then - echo "etckeeper warning: empty directories, not tracked by git:" >&2 - echo "$empty" >&2 + echo "etckeeper warning: there are some empty directories, which git will ignore" >&2 fi -- cgit v1.2.3