X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/a9e401b2fec0367f03c3fc56378ac074d8cf19a3..33de26d293a95451545def939ddbeb287d068cc8:/vcsh diff --git a/vcsh b/vcsh index 41d80e3..3a8fefc 100755 --- a/vcsh +++ b/vcsh @@ -100,7 +100,7 @@ To continue, type 'Yes, do as I say'" for file in $files; do rm -f $file || info "could not delete '$file', continuing with deletion" done - rmdir "$GIT_DIR" || error "could not delete '$GIT_DIR'" + rm -r "$GIT_DIR" || error "could not delete '$GIT_DIR'" } enter() {