From 0fd3485aef1884cb0e87e04c38f82ef1ceb646ca Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 26 Dec 2009 15:35:13 +0100 Subject: [PATCH] [equo] fine tune exit statuses --- client/equo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/equo.py b/client/equo.py index 4550a2ce8..c78754093 100644 --- a/client/equo.py +++ b/client/equo.py @@ -660,7 +660,8 @@ if (not options) or ("--help" in options): print_menu(help_opts_ext_info, args = options[:]) if not options: print_error(_("not enough parameters")) - raise SystemExit(1) + raise SystemExit(1) + raise SystemExit(0) # print version if options[0] == "--version":