diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-06-12 17:33:17 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-06-12 17:33:17 +0000 |
commit | af98d89c2ec654cf132d9b830f87418a8089b91b (patch) | |
tree | 71cb844608288b176ac9ad660a6596b5841ed929 | |
parent | 7600e6fc4c190ecf64a71ed591108bb50f5ee98a (diff) | |
download | portage-af98d89c2ec654cf132d9b830f87418a8089b91b.tar.gz portage-af98d89c2ec654cf132d9b830f87418a8089b91b.tar.bz2 portage-af98d89c2ec654cf132d9b830f87418a8089b91b.zip |
removing windows-like senseless confirmation requests
svn path=/main/trunk/; revision=3498
-rwxr-xr-x | bin/emerge | 3 |
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 |