From 06b3f418a0323ed259b37b2f2c7b7479c48cf164 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 23 Oct 2025 10:09:46 -0600 Subject: [PATCH] update_shaman.sh: Force the use of bash Some of our builder machines use /bin/sh! Signed-off-by: Zack Cerza --- scripts/update_shaman.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3