]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
do_cmake.sh: use bash 28215/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:04:36 +0000 (18:04 +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 72fdb8eb37a140d738c772c73b79a0ec8d499dbe..3dc25c8dcdacb2d925cbb9de9e16aaefb050b2d5 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'