Skip to content

Commit

Permalink
Fix string comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
wpankanin committed Dec 20, 2023
1 parent 086471a commit 17c562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH="$TIZEN_STUDIO/tools/ide/bin:$PATH"
#
# Parse arguments
#
if ["$8" -eq "partner"]; then
if [ "$8" = "partner" ]; then
PRIVILEGE=parner
else
PRIVILEGE=public
Expand Down

0 comments on commit 17c562c

Please sign in to comment.