summaryrefslogtreecommitdiff
path: root/post-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 /post-apt.d
parentb0160eb5daf39f3258eb06e677bcc433c7425ca0 (diff)
rationalise the cd /etc handling
Diffstat (limited to 'post-apt.d')
-rwxr-xr-xpost-apt.d/50git-add1
1 files changed, 0 insertions, 1 deletions
diff --git a/post-apt.d/50git-add b/post-apt.d/50git-add
index 903e5aa..06504b4 100755
--- a/post-apt.d/50git-add
+++ b/post-apt.d/50git-add
@@ -1,6 +1,5 @@
#!/bin/sh
set -e
-cd /etc
if ! git-add .; then
echo "etckeeper warning: git-add failed" >&2
fi