]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tooling: Change mrun to use bash 46076/head
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 20 Apr 2022 20:19:36 +0000 (16:19 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 28 Apr 2022 09:54:31 +0000 (11:54 +0200)
Since mrun contains some bashisms, have it use bash explicitly.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit 1a049489cc3d2f63284365d6a0af6ee55c7efffd)

src/mrun

index ba6f8cece41fc274f5fd0c79d7b32c7b4837ec29..4bcd4d8cc74e7923040a0f101b34e7ee78920eeb 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