]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
do_cmake.sh: use bash 28216/head
authorNathan Cutler <ncutler@suse.com>
Mon, 20 May 2019 15:01:40 +0000 (17:01 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 22 May 2019 16:07:30 +0000 (18:07 +0200)
Fixes: http://tracker.ceph.com/issues/39981
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit ac8d7c5fd4045d79ab6caacc0b72d64866fcc5c8)

do_cmake.sh

index 739da8e5b0ce322426f9e1bac9389bb074f16187..df1197de5e952f45105d18bd0cf2d5d52a7b14a4 100755 (executable)
@@ -1,4 +1,5 @@
-#!/bin/sh -x
+#!/usr/bin/env bash
+set -x
 git submodule update --init --recursive
 if test -e build; then
     echo 'build dir already exists; rm -rf build and re-run'