| Index: dart/client/tools/buildbot_annotated_steps.py
|
| diff --git a/dart/client/tools/buildbot_annotated_steps.py b/dart/client/tools/buildbot_annotated_steps.py
|
| index 410f1b3745b9ce6931c4dc42f578bc229a077400..1c224fd566299630dc07792ddf7d64409a728440 100644
|
| --- a/dart/client/tools/buildbot_annotated_steps.py
|
| +++ b/dart/client/tools/buildbot_annotated_steps.py
|
| @@ -102,7 +102,7 @@ def ProcessTools(mode, name, version):
|
| print "toolsBuildScript = " + os.path.abspath(toolsBuildScript)
|
|
|
| utils = GetUtils()
|
| - outdir = os.path.abspath(GetOutDir(utils, mode))
|
| + outdir = GetOutDir(utils, mode)
|
| cmds = [sys.executable, toolsBuildScript,
|
| '--mode=' + mode, '--revision=' + version,
|
| '--name=' + name, '--out=' + outdir]
|
|
|