build script, fix bug in git pull request

[CL 2081834 by Gil Gribb in Main branch]
This commit is contained in:
Gil Gribb
2014-05-22 06:57:27 -04:00
committed by UnrealBot
parent 131420beb5
commit 24cc437d9b
@@ -290,7 +290,7 @@ class GitPullRequest : BuildCommand
}
else
{
bDoingUT = true;
bDoingUT = false;
GitRepositoryURL = GitRepositoryURL_Engine;
}
var Dir = ParseParamValue("Dir");