]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tooling: Change mrun to use bash 46077/head
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 20 Apr 2022 20:19:36 +0000 (16:19 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 1 Sep 2022 18:30:42 +0000 (20:30 +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 3122342e1bc73621ffa1e6d21bc09fb8cd532f59..e2ab491b3fa1885ed448320f3e6d89b6a4a171e4 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