From 0fd27dfff6efade03ca8e76f16c546e31aeb8f0f Mon Sep 17 00:00:00 2001 From: "P. Oscar Boykin" Date: Sat, 23 Mar 2024 09:23:22 -1000 Subject: [PATCH] Try to fix bosatsuj in CI (#1182) --- bosatsuj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bosatsuj b/bosatsuj index 5b947a604..3825e9bd2 100755 --- a/bosatsuj +++ b/bosatsuj @@ -1,4 +1,6 @@ -#!/bin/sh +#!/bin/bash + +set -euo pipefail SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd) # make sure to run sbt cli/assembly first