summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-03-25 16:20:19 -0700
committerZac Medico <zmedico@gentoo.org>2012-03-25 16:20:19 -0700
commitac13a18708d6223accb85d12ba895bc121df89c6 (patch)
tree5f4f2d7ce7fd4de732b8075b238f4ae16ac9dde4 /bin
parent42ae47a871f674027147d3885a466c0a0effd998 (diff)
downloadportage-ac13a18708d6223accb85d12ba895bc121df89c6.tar.gz
portage-ac13a18708d6223accb85d12ba895bc121df89c6.tar.bz2
portage-ac13a18708d6223accb85d12ba895bc121df89c6.zip
Exit status 128 + SIGINT for --ask 'no' answer.
This will fix bug #409647.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index d393df1ba..8e19a4763 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -2622,7 +2622,7 @@ else:
if options.ask and userquery('Commit changes?', True) != 'Yes':
print("* aborting commit.")
- sys.exit(1)
+ sys.exit(128 + signal.SIGINT)
# Handle the case where committed files have keywords which
# will change and need a priming commit before the Manifest