projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05ff8c
)
Remove redundant "please tell me what to do" code, which is now handled earlier.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 8 Apr 2006 07:18:15 +0000
(07:18 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 8 Apr 2006 07:18:15 +0000
(07:18 -0000)
svn path=/main/trunk/; revision=3096
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 24ae8bc0482f71efd8f3868c4fd940afa0e942df..bdc604105623a34d546a2cd04055173670bbdd8b 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-3291,11
+3291,6
@@
else:
if not ("--quiet" in myopts):
print "\b\b... done!"
else:
- if not myfiles:
- print "emerge: please tell me what to do."
- help()
- sys.exit(1)
- #we don't have any files to process; skip this step and exit
if not ("--quiet" in myopts):
print "Calculating dependencies ",
sys.stdout.flush()