diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 19:40:52 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 19:40:52 -0500 |
commit | b1a3ef2dadfde36dac7834f3742eaecd98b4ebbc (patch) | |
tree | 9aa754258fd603480a7c15817befe6a72967d1b1 | |
parent | dfcee8ba8ca60c3f49db58f77ec2defc7fb7989b (diff) |
typo
-rwxr-xr-x | etckeeper | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ fi if [ "$command" = post-apt ] || [ "$command" = pre-apt ]; then cd /etc elif [ "$command" = pre-commit ] && [ -n "$1" ]; then - chdir "$1" + cd "$1" fi run-parts "/etc/etckeeper/$command.d" |