diff options
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py index d8d09871cf..10b9a77032 100755 --- a/bitbake/lib/bb/ui/crumbs/builder.py +++ b/bitbake/lib/bb/ui/crumbs/builder.py | |||
@@ -972,7 +972,7 @@ class Builder(gtk.Window): | |||
972 | tmp_path = self.parameters.tmpdir | 972 | tmp_path = self.parameters.tmpdir |
973 | cmdline = bb.ui.crumbs.utils.which_terminal() | 973 | cmdline = bb.ui.crumbs.utils.which_terminal() |
974 | if os.path.exists(image_path) and os.path.exists(kernel_path) \ | 974 | if os.path.exists(image_path) and os.path.exists(kernel_path) \ |
975 | and os.path.exists(source_env_path) and os.path.exists(tmp_path) | 975 | and os.path.exists(source_env_path) and os.path.exists(tmp_path) \ |
976 | and cmdline: | 976 | and cmdline: |
977 | cmdline += "\' bash -c \"export OE_TMPDIR=" + tmp_path + "; " | 977 | cmdline += "\' bash -c \"export OE_TMPDIR=" + tmp_path + "; " |
978 | cmdline += "source " + source_env_path + " " + os.getcwd() + "; " | 978 | cmdline += "source " + source_env_path + " " + os.getcwd() + "; " |