]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps: check the exit status for the $builddepcmd
authorYunchuan Wen <yunchuan.wen@kylin-cloud.com>
Sun, 24 Jun 2018 01:48:50 +0000 (09:48 +0800)
committerNathan Cutler <ncutler@suse.com>
Fri, 4 Oct 2019 15:28:21 +0000 (17:28 +0200)
commit389fca2782ae3ecf7f416c54afb4b83830ce5c6a
treecd41b5896f9c94bef7d3c7edfc6340e2fa1da332
parentd2f31a23975b4788a88c5794c09dc8160d91cab9
install-deps: check the exit status for the $builddepcmd

in some case, the $builddepcmd will failed without any "error:" output.
so we should check the exit status to handle it.

Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
(cherry picked from commit 46e33d15a4132772a6bd11cd49f4181081bcdd55)
install-deps.sh