]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
run-make-check.sh: stricter check for yum/apt-get/zypper 4513/head
authorTim Serong <tserong@suse.com>
Thu, 30 Apr 2015 07:44:10 +0000 (17:44 +1000)
committerTim Serong <tserong@suse.com>
Thu, 30 Apr 2015 07:51:20 +0000 (17:51 +1000)
commite71e8654eef332ead804b569ec361d296ed3e953
treebabc165d3a083b81c0996470fd5a0d0052872992
parent05534b8b9356978236b7807bd289878eec7122bf
run-make-check.sh: stricter check for yum/apt-get/zypper

Believe it or not, it's possible (although not necessarily likely) to
have both yum and zypper installed on openSUSE.  In this case the
previous implementation using `which` would return a string containing
both commands, which doesn't work.

Signed-off-by: Tim Serong <tserong@suse.com>
run-make-check.sh