Skip to content

Commit

Permalink
Merge pull request #5133 from mnaamani/luxor-fix-script
Browse files Browse the repository at this point in the history
Fix syntax error in bash script
  • Loading branch information
kdembler committed Apr 25, 2024
2 parents ffde4d9 + aecf76b commit bfe46d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compute-runtime-blob-hash.sh
Expand Up @@ -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`
Expand Down

0 comments on commit bfe46d5

Please sign in to comment.