]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use bin/bash in build_deb
authorAlfredo Deza <adeza@redhat.com>
Fri, 5 Jun 2015 16:13:17 +0000 (12:13 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 5 Jun 2015 16:13:17 +0000 (12:13 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-build/build/build_deb

index 623e47a1ddc1b43d54415aa3ca3cc78f1c64edad..2652724ee50ced00d3e0482d5ca73f4f4ab99929 100644 (file)
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 # Only do actual work when we are a DEB distro
 if test -f /etc/redhat-release ; then
     exit 0