projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
033d16f
)
Fixed as per #17057
author
karltk
<karltk@gentoo.org>
Sat, 3 May 2003 11:58:23 +0000
(11:58 -0000)
committer
karltk
<karltk@gentoo.org>
Sat, 3 May 2003 11:58:23 +0000
(11:58 -0000)
svn path=/; revision=23
trunk/src/pkg-clean/pkg-clean
patch
|
blob
|
history
diff --git
a/trunk/src/pkg-clean/pkg-clean
b/trunk/src/pkg-clean/pkg-clean
index e311f43928bf4ab80ff512bfe211c651ee4c4f4e..355c9f9241b69513026665ac2bbfe47022da29ae 100644
(file)
--- a/
trunk/src/pkg-clean/pkg-clean
+++ b/
trunk/src/pkg-clean/pkg-clean
@@
-92,7
+92,7
@@
for pkg_core in pkg_hash.keys():
if res == 0:
(status, unmerge_out) = commands.getstatusoutput(
- "ebuild
%s unmerge
" % (full_path))
+ "ebuild
unmerge %s
" % (full_path))
print unmerge_out
time.sleep(2)
if status != 0: