From ac13a18708d6223accb85d12ba895bc121df89c6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 25 Mar 2012 16:20:19 -0700 Subject: Exit status 128 + SIGINT for --ask 'no' answer. This will fix bug #409647. --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/repoman') 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 -- cgit v1.2.3-1-g7c22