diff options
-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" |