X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=a95629f52605f4246cdf39abde2012a9b5ea290b;hp=9a28d81d75387edfcef84207c680817367ea0b2a;hb=f283022faa83ee21d5441aafd9c9f11be1aee6fe;hpb=d5f5e01951b405c645ee8c1aa497b0c6893e9da1 diff --git a/dgit b/dgit index 9a28d81d..a95629f5 100755 --- a/dgit +++ b/dgit @@ -3868,6 +3868,7 @@ sub cmd_clone { return if $!==&ENOENT; die "chdir $cwd_remove: $!"; } + printdebug "clone rmonerror removing $dstdir\n"; if (stat $dstdir) { rmtree($dstdir) or die "remove $dstdir: $!\n"; } elsif (grep { $! == $_ }