]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-deploy: build with bash, not /bin/sh 61/head
authorKen Dreyer <kdreyer@redhat.com>
Tue, 2 Jun 2015 15:44:29 +0000 (09:44 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 2 Jun 2015 15:44:29 +0000 (09:44 -0600)
/bin/sh is dash on Ubuntu/Debian. Switch to bash for uniformity with RPM
systems.

ceph-deploy/build/build

index c65d95f05993b0ead1fc706e3ab3cbbced4ed230..b7c93ca171eb735fc61cac0f46fa2661f484ccde 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # This is the script that runs inside Jenkins.
 # http://jenkins.ceph.com/job/ceph-deploy/