diff --git a/slpkg/main.py b/slpkg/main.py index d76f78ba..f7ae5933 100644 --- a/slpkg/main.py +++ b/slpkg/main.py @@ -781,7 +781,7 @@ class ArgParse(BlackList): if not_found: for ntf in not_found: self.msg.pkg_not_found("", ntf, "Not installed", "") - raise SystemExit(1) + raise SystemExit(0) def if_checklist(self): try: