From: Ken Dreyer Date: Fri, 5 Jun 2015 18:51:29 +0000 (-0600) Subject: ceph-setup: use bash, not sh X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F75%2Fhead;p=ceph-build.git ceph-setup: use bash, not sh /bin/sh is dash on Ubuntu/Debian. Switch to bash for uniformity with RPM systems. --- diff --git a/ceph-setup/build/build b/ceph-setup/build/build index 3cf9297d..7c98b451 100644 --- a/ceph-setup/build/build +++ b/ceph-setup/build/build @@ -1,4 +1,4 @@ -#!/bin/sh -ex +#!/bin/bash -ex #export GNUPGHOME=/home/jenkins-build/build/gnupg.autobuild/ export GNUPGHOME=/home/jenkins-build/build/gnupg.ceph-release/