Skip to content

Commit

Permalink
Fix build_local unbound var.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Sep 14, 2023
1 parent cd8f349 commit a1212ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/scripts/build_local
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -eu

TARGET_PROJECT=$1
TARGET_PROJECT=${1:-}
ONLY_TARGET=${2:-}

if [ -n "${NO_CACHE:-}" ]; then
Expand Down

0 comments on commit a1212ae

Please sign in to comment.