From: Nathan Cutler Date: Mon, 20 May 2019 15:01:40 +0000 (+0200) Subject: do_cmake.sh: use bash X-Git-Tag: v15.1.0~2654^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28181%2Fhead;p=ceph.git do_cmake.sh: use bash Fixes: http://tracker.ceph.com/issues/39981 Signed-off-by: Nathan Cutler --- diff --git a/do_cmake.sh b/do_cmake.sh index 26f7b7e51a4a..73672edf7cd0 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -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'