From aecf76b38ed234e9d9f11988e32327581c322cdf Mon Sep 17 00:00:00 2001 From: Mokhtar Naamani Date: Thu, 11 Apr 2024 12:32:10 +0400 Subject: [PATCH] fix syntax error in bash script --- scripts/compute-runtime-blob-hash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compute-runtime-blob-hash.sh b/scripts/compute-runtime-blob-hash.sh index be47c1bfd1..8e3bf69fb4 100755 --- a/scripts/compute-runtime-blob-hash.sh +++ b/scripts/compute-runtime-blob-hash.sh @@ -6,7 +6,7 @@ set -e # for deterministic builds. # Assumes b2sum is already instally on the host machine. -SCRIPT_PATH=`$(dirname "${BASH_SOURCE[0]}")` +SCRIPT_PATH=`dirname "${BASH_SOURCE[0]}"` cd $SCRIPT_PATH CODE_SHASUM=`./runtime-code-shasum.sh`