Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #1198

Merged
merged 1 commit into from
Jun 27, 2019
Merged

Fix typo #1198

merged 1 commit into from
Jun 27, 2019

Conversation

ashwinimurt
Copy link

No description provided.

@@ -39,7 +39,7 @@
my $buildDeps = "";
my $stevedoreBuildDeps=1;

if($ENV{YAMATO_PROJECT_ID} || ($ENV{USERNAME} == "bokken"))
if($ENV{YAMATO_PROJECT_ID} || ($ENV{USERNAME} eq "bokken"))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also think if you want to see if YAMAO_PROJECT_ID is set then you'll want to do something like: if (defined $ENV{'YAMATO_PROJECT_ID'} || ...

@ashwinimurt ashwinimurt merged commit 1bc3c9a into unity-master Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants