Harmless typo in signal catcher.
authorJason Stubbs <jstubbs@gentoo.org>
Thu, 29 Sep 2005 16:34:20 +0000 (16:34 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Thu, 29 Sep 2005 16:34:20 +0000 (16:34 -0000)
svn path=/main/branches/2.0/; revision=2053

bin/dispatch-conf

index 5007353fc82840b90c52cf2796d2dc2bd6f7a87c..c1d8b700b18bde2f11679fcfba4200b6ee2a5337 100755 (executable)
@@ -48,7 +48,7 @@ os.umask(oldmask)
 
 # Ensure the scratch dir is deleted
 def cleanup(mydir=SCRATCH_DIR):
-    shutil.rmtree(SCRATCH_DIR)
+    shutil.rmtree(mydir)
 atexit.register(cleanup)
 
 MANDATORY_OPTS  = [ 'archive-dir', 'diff', 'replace-cvs', 'replace-wscomments', 'merge' ]