]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tooling: Change mrun to use bash 45975/head
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 20 Apr 2022 20:19:36 +0000 (16:19 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 20 Apr 2022 21:00:45 +0000 (17:00 -0400)
Since mrun contains some bashisms, have it use bash explicitly.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/mrun

index 07a9887fdf5649bbecdb06b4151b95d6244a778e..0536e43fd1bbeb5dfe9b4183c3ad0aca54fa1644 100755 (executable)
--- a/src/mrun
+++ b/src/mrun
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 [ $# -lt 2 ] && echo "usage: $0 <name> <command> [params...]" && exit 1