From: Antti Kantee Date: Mon, 2 May 2016 14:23:25 +0000 (+0000) Subject: cc: exit with success if nothing fails X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1d9cdfb3d88f26b67523f606ec0c5d5ff020b283;p=osstest%2Frumprun.git cc: exit with success if nothing fails --- 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