Skip to content

Commit

Permalink
Fix unbound variable when printing a verification test failure message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jszumski committed Nov 3, 2023
1 parent c96c486 commit 0ddb135
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ elif [[ -n "$STANDALONE_BINARY" ]]; then

# If only a binary was provided instead of an archive, treat that as the root
# element for all root "bundle" locations used by the verifier scripts.
ARCHIVE_ROOT="$STANDALONE_BINARY"
BINARY="$STANDALONE_BINARY"
BUNDLE_ROOT="$STANDALONE_BINARY"
CONTENT_ROOT="$STANDALONE_BINARY"
Expand Down

0 comments on commit 0ddb135

Please sign in to comment.