summaryrefslogtreecommitdiff
path: root/pre-apt.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 17:09:08 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 17:09:08 -0500
commit27eda35e0b9758e1611ca7c4c0eb625f2246dd68 (patch)
tree17bbafd279b008db9c6e299cd2118c4a3ae5a118 /pre-apt.d
parentb0160eb5daf39f3258eb06e677bcc433c7425ca0 (diff)
rationalise the cd /etc handling
Diffstat (limited to 'pre-apt.d')
-rwxr-xr-xpre-apt.d/50uncommitted-changes1
1 files changed, 0 insertions, 1 deletions
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