Skip to content

Commit 04e7850

Browse files
committed
rm undefined identifier
1 parent 9d9ab41 commit 04e7850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_bundle_id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function get_team_info_array() {
6060
if [ $? -ne 0 ]; then
6161
break
6262
fi
63-
if [ "$TEAMID" = "$identifier" ]; then
63+
if [ -n "$TEAMID" ]; then
6464
NAME=$(/usr/libexec/PlistBuddy -c "Print :IDEProvisioningTeams:$KEY:$i:teamName" "$XCODEPREFS" 2>/dev/null)
6565
TEAM_INFO_RESULT="Team: $TEAMID\n Name: $NAME"
6666
export TEAM_INFO_RESULT

0 commit comments

Comments
 (0)