From c4c566b00651b788569e115c1303641d4a30066b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 20 Apr 2013 01:22:58 +0200 Subject: [PATCH 6/6] Exit pkaction with status 0 on success https://bugs.freedesktop.org/show_bug.cgi?id=29936 --- src/programs/pkaction.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/programs/pkaction.c b/src/programs/pkaction.c index 461aba7..e77fa1a 100644 --- a/src/programs/pkaction.c +++ b/src/programs/pkaction.c @@ -213,6 +213,8 @@ main (int argc, char *argv[]) } } + ret = 0; + out: g_list_foreach (actions, (GFunc) g_object_unref, NULL); g_list_free (actions); -- 1.8.1.4