From 14d89dfaccc8faeb6efccf94b7005eeb79cbf08c Mon Sep 17 00:00:00 2001 From: mohamed-ibrahim-01 Date: Wed, 26 Nov 2025 20:58:07 +0200 Subject: [PATCH] fix(scripts): use correct bash shebang --- scripts/build-unpatched.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-unpatched.sh b/scripts/build-unpatched.sh index 83ceb74..f7eacd0 100755 --- a/scripts/build-unpatched.sh +++ b/scripts/build-unpatched.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash LATEST_PATH="./out/latest/"