]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
script: fix bash invocation on systems where bash live elsewhere 35177/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 21 May 2020 16:30:25 +0000 (16:30 +0000)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 21 May 2020 16:32:33 +0000 (16:32 +0000)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/script/ceph-backport.sh

index 01ef20530910431de7660fe0c9509f03272f17c0..5bfa7cb1f6281abedf98e8440224bb0802f3b386 100755 (executable)
@@ -1,4 +1,5 @@
-#!/bin/bash -e
+#!/usr/bin/env bash 
+set -e
 #
 # ceph-backport.sh - Ceph backporting script
 #