projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0922db9
)
Harmless typo in signal catcher.
author
Jason Stubbs
<jstubbs@gentoo.org>
Thu, 29 Sep 2005 16:34:20 +0000
(16:34 -0000)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/bin/dispatch-conf
b/bin/dispatch-conf
index 5007353fc82840b90c52cf2796d2dc2bd6f7a87c..c1d8b700b18bde2f11679fcfba4200b6ee2a5337 100755
(executable)
--- a/
bin/dispatch-conf
+++ b/
bin/dispatch-conf
@@
-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' ]