From: Willem Jan Withagen Date: Thu, 21 May 2020 16:30:25 +0000 (+0000) Subject: script: fix bash invocation on systems where bash live elsewhere X-Git-Tag: v16.1.0~2284^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8f696b54e2159c6020d4dbe187890679f83af449;p=ceph.git script: fix bash invocation on systems where bash live elsewhere Signed-off-by: Willem Jan Withagen --- diff --git a/src/script/ceph-backport.sh b/src/script/ceph-backport.sh index 01ef20530910..5bfa7cb1f628 100755 --- a/src/script/ceph-backport.sh +++ b/src/script/ceph-backport.sh @@ -1,4 +1,5 @@ -#!/bin/bash -e +#!/usr/bin/env bash +set -e # # ceph-backport.sh - Ceph backporting script #