From: Zack Cerza Date: Thu, 23 Oct 2025 16:09:46 +0000 (-0600) Subject: update_shaman.sh: Force the use of bash X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=06b3f418a0323ed259b37b2f2c7b7479c48cf164;p=ceph-build.git update_shaman.sh: Force the use of bash Some of our builder machines use /bin/sh! Signed-off-by: Zack Cerza --- diff --git a/scripts/update_shaman.sh b/scripts/update_shaman.sh index 3ad2e02b1..aef433e31 100755 --- a/scripts/update_shaman.sh +++ b/scripts/update_shaman.sh @@ -1,3 +1,6 @@ +#!/bin/bash +# vim: ts=4 sw=4 expandtab + submit_build_status() { # A helper script to post (create) the status of a build in shaman