From 27eda35e0b9758e1611ca7c4c0eb625f2246dd68 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 17:09:08 -0500 Subject: rationalise the cd /etc handling --- pre-apt.d/50uncommitted-changes | 1 - 1 file changed, 1 deletion(-) (limited to 'pre-apt.d/50uncommitted-changes') diff --git a/pre-apt.d/50uncommitted-changes b/pre-apt.d/50uncommitted-changes index 4c0c5ee..5a198ef 100755 --- a/pre-apt.d/50uncommitted-changes +++ b/pre-apt.d/50uncommitted-changes @@ -1,6 +1,5 @@ #!/bin/sh set -e -cd /etc while git-status || ! LANG=C git-status 2>&1 | grep -q "working directory clean" do echo "etckeeper warning: /etc has uncommitted changes" >&2 -- cgit v1.2.3