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 --- post-apt.d/50git-add | 1 - 1 file changed, 1 deletion(-) (limited to 'post-apt.d') 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 -- cgit v1.2.3