From 1d9cdfb3d88f26b67523f606ec0c5d5ff020b283 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Mon, 2 May 2016 14:23:25 +0000 Subject: [PATCH] cc: exit with success if nothing fails --- app-tools/cc.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-tools/cc.in b/app-tools/cc.in index b2d0d8d..ef0db9a 100644 --- a/app-tools/cc.in +++ b/app-tools/cc.in @@ -147,3 +147,5 @@ dumpspecs) exit 1 ;; esac + +exit 0 -- 2.39.5