summaryrefslogtreecommitdiffstats
path: root/bin/emerge
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-06-12 17:33:17 +0000
committerSimon Stelling <blubb@gentoo.org>2006-06-12 17:33:17 +0000
commitaf98d89c2ec654cf132d9b830f87418a8089b91b (patch)
tree71cb844608288b176ac9ad660a6596b5841ed929 /bin/emerge
parent7600e6fc4c190ecf64a71ed591108bb50f5ee98a (diff)
downloadportage-af98d89c2ec654cf132d9b830f87418a8089b91b.tar.gz
portage-af98d89c2ec654cf132d9b830f87418a8089b91b.tar.bz2
portage-af98d89c2ec654cf132d9b830f87418a8089b91b.zip
removing windows-like senseless confirmation requests
svn path=/main/trunk/; revision=3498
Diffstat (limited to 'bin/emerge')
-rwxr-xr-xbin/emerge3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/emerge b/bin/emerge
index a1edad024..4dba19684 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -2608,9 +2608,6 @@ if myaction in ["sync","metadata"] and (not "--help" in myopts):
syncuri=string.rstrip(portage.settings["SYNC"])
os.umask(0022)
if myaction == "metadata":
- if "--ask" in myopts:
- if userquery("Are you sure?") == "No":
- sys.exit(1)
print "skipping sync"
updatecache_flg = True
tmpservertimestampfile = None