[equo] fine tune exit statuses

This commit is contained in:
Fabio Erculiani
2009-12-26 15:35:13 +01:00
parent 8055ebe06b
commit 0fd3485aef
+2 -1
View File
@@ -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":