Skip to content

Commit

Permalink
do_cmake.sh: use bash
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/39981
Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed May 20, 2019
1 parent 1ee1bbb commit ac8d7c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion do_cmake.sh
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit ac8d7c5

Please sign in to comment.