From 2083479945dcac46d1e7986abefe9b4d34413c43 Mon Sep 17 00:00:00 2001 From: illustris Date: Wed, 8 Nov 2023 17:17:56 +0530 Subject: [PATCH] allow running updatescript without /bin/bash --- utils/update-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update-release.sh b/utils/update-release.sh index 8be78d7..4a85c54 100644 --- a/utils/update-release.sh +++ b/utils/update-release.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash execute() { if [ "$dry_run" == "1" ]; then