From: Gregory Meno Date: Wed, 31 Aug 2016 21:29:30 +0000 (+0000) Subject: install-deps: exit non-zero when we cannot match distro X-Git-Tag: v11.0.1~264^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10941%2Fhead;p=ceph.git install-deps: exit non-zero when we cannot match distro Signed-off-by: Gregory Meno --- diff --git a/install-deps.sh b/install-deps.sh index 96bd419a8224..b1e1636c0485 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -119,6 +119,7 @@ else ;; *) echo "$ID is unknown, dependencies will have to be installed manually." + exit 1 ;; esac fi