copy validAtoms to installedAtoms

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@279 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-04-10 07:12:13 +00:00
parent d42309a303
commit ed3bb0fae5
+2
View File
@@ -820,6 +820,8 @@ def uninstall(options):
if validAtoms == []:
print_error(red(bold("no valid package names specified.")))
sys.exit(232)
else:
installedAtoms = validAtoms
if (not enzymeRequestPrune):
uninstallText += bold("unmerge ")