summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 2 insertions, 0 deletions
diff --git a/dgit b/dgit
index 3c89b37..2972a9e 100755
--- a/dgit
+++ b/dgit
@@ -1439,6 +1439,8 @@ sub i_cleanup {
eval { rmtree $i_tmp; };
}
+END { i_cleanup(); }
+
sub i_method {
my ($base,$selector,@args) = @_;
$selector =~ s/\-/_/g;