]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
do_cmake.sh: use bash 28181/head
authorNathan Cutler <ncutler@suse.com>
Mon, 20 May 2019 15:01:40 +0000 (17:01 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 20 May 2019 15:01:40 +0000 (17:01 +0200)
Fixes: http://tracker.ceph.com/issues/39981
Signed-off-by: Nathan Cutler <ncutler@suse.com>
do_cmake.sh

index 26f7b7e51a4a299c83aa308d43efef17b1d2fb1c..73672edf7cd0194ecc8fd36c6005248f302420b1 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'