projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4fc7d
)
action_build: return 1 for "no" --ask answer
author
Zac Medico
<zmedico@gentoo.org>
Wed, 29 Feb 2012 15:49:25 +0000
(07:49 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 29 Feb 2012 15:49:25 +0000
(07:49 -0800)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index 31d53f992d3235a092c00946fa8673a018cf1e18..096dc3a950b70c63a3aa67dc7356c78b9b0bfe1a 100644
(file)
--- a/
pym/_emerge/actions.py
+++ b/
pym/_emerge/actions.py
@@
-367,7
+367,7
@@
def action_build(settings, trees, mtimedb,
print()
print("Quitting.")
print()
- return
os.EX_OK
+ return
1
# Don't ask again (e.g. when auto-cleaning packages after merge)
myopts.pop("--ask", None)