]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
cc: exit with success if nothing fails
authorAntti Kantee <pooka@iki.fi>
Mon, 2 May 2016 14:23:25 +0000 (14:23 +0000)
committerAntti Kantee <pooka@iki.fi>
Mon, 2 May 2016 14:23:25 +0000 (14:23 +0000)
app-tools/cc.in

index b2d0d8dd4dd14b4ea8ebd136882c49372185a6ca..ef0db9a2dc10bd5c2996cc33c1a644b7f3387737 100644 (file)
@@ -147,3 +147,5 @@ dumpspecs)
        exit 1
        ;;
 esac
+
+exit 0