From 87463937215dd38fd5582c8182b210785ab96946 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 2 Jun 2015 09:44:29 -0600 Subject: [PATCH] ceph-deploy: build with bash, not /bin/sh /bin/sh is dash on Ubuntu/Debian. Switch to bash for uniformity with RPM systems. --- ceph-deploy/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.39.5