summaryrefslogtreecommitdiff
path: root/etckeeper
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 17:09:48 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 17:09:48 -0500
commitb4658d457e012ae4656138f962cc4267336db857 (patch)
tree999d26507b349e32909215e7aa7ed693453de784 /etckeeper
parent27eda35e0b9758e1611ca7c4c0eb625f2246dd68 (diff)
typo
Diffstat (limited to 'etckeeper')
-rwxr-xr-xetckeeper2
1 files changed, 1 insertions, 1 deletions
diff --git a/etckeeper b/etckeeper
index 7ba2682..9550311 100755
--- a/etckeeper
+++ b/etckeeper
@@ -18,7 +18,7 @@ if [ ! -d "/etc/etckeeper/$command.d" ]; then
fi
if [ "$command" = post-apt ] || [ "$command" = pre-apt ]; then
- `cd /etc
+ cd /etc
fi
run-parts "/etc/etckeeper/$command.d"