From: Ken Dreyer Date: Tue, 2 Jun 2015 15:44:29 +0000 (-0600) Subject: ceph-deploy: build with bash, not /bin/sh X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=87463937215dd38fd5582c8182b210785ab96946;p=ceph-build.git ceph-deploy: build with bash, not /bin/sh /bin/sh is dash on Ubuntu/Debian. Switch to bash for uniformity with RPM systems. --- diff --git a/ceph-deploy/build/build b/ceph-deploy/build/build index c65d95f0..b7c93ca1 100644 --- a/ceph-deploy/build/build +++ b/ceph-deploy/build/build @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This is the script that runs inside Jenkins. # http://jenkins.ceph.com/job/ceph-deploy/