Fix variable assignment.
This commit is contained in:
parent
e904953bdf
commit
a90f184f90
|
@ -24,9 +24,9 @@ if [[ "$DEPLOY" == "true" ]]; then
|
||||||
check_failure "Unable to patch the app bundle.";
|
check_failure "Unable to patch the app bundle.";
|
||||||
|
|
||||||
if [[ "$LEGACY" = false ]]; then
|
if [[ "$LEGACY" = false ]]; then
|
||||||
legacy_suffix = ""
|
legacy_suffix=""
|
||||||
else
|
else
|
||||||
legacy_suffix = "-legacy"
|
legacy_suffix="-legacy"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
print_info "Start compressing.";
|
print_info "Start compressing.";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user