From 542bbd7be20a20435b93319bc2d897977aad2240 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 5 Jun 2015 12:51:29 -0600 Subject: [PATCH] ceph-setup: use bash, not sh /bin/sh is dash on Ubuntu/Debian. Switch to bash for uniformity with RPM systems. --- ceph-setup/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.47.3