mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
Merge pull request #28181 from smithfarm/wip-39981
do_cmake.sh: use bash Reviewed-by: Lenz Grimmer <lgrimmer@suse.com> Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com> Reviewed-by: Joao Eduardo Luis <joao@suse.de> Reviewed-by: Tim Serong <tserong@suse.com> Reviewed-by: Sebastian Wagner <swagner@suse.com>
This commit is contained in:
commit
b829fbd4f5
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user