Index: mojo/tools/mopy/paths.py |
diff --git a/mojo/tools/mopy/paths.py b/mojo/tools/mopy/paths.py |
index 60181e89f6b875710b72be17c5f223216ef37b06..19d9ec189f110d8fc0b17d1c9169c84a233665f6 100644 |
--- a/mojo/tools/mopy/paths.py |
+++ b/mojo/tools/mopy/paths.py |
@@ -27,7 +27,7 @@ class Paths(object): |
self.build_dir = None |
if self.build_dir is not None: |
- self.mojo_shell_path = os.path.join(self.build_dir, "mojo_shell") |
+ self.mojo_shell_path = os.path.join(self.build_dir, "mojo_runner") |
# TODO(vtl): Use the host OS here, since |config| may not be available. |
# In any case, if the target is Windows, but the host isn't, using |
# |os.path| isn't correct.... |