]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
builder: fix missing \ for if continuation
authorSaul Wold <sgw@linux.intel.com>
Thu, 12 Apr 2012 02:02:15 +0000 (19:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Apr 2012 07:11:21 +0000 (08:11 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/crumbs/builder.py

index d8d09871cfa636f434937eae4333c8475a61dbc3..10b9a770328ec7f0833b6e87677f15fce6f96cc1 100755 (executable)
@@ -972,7 +972,7 @@ class Builder(gtk.Window):
             tmp_path = self.parameters.tmpdir
             cmdline = bb.ui.crumbs.utils.which_terminal()
             if os.path.exists(image_path) and os.path.exists(kernel_path) \
-               and os.path.exists(source_env_path) and os.path.exists(tmp_path)
+               and os.path.exists(source_env_path) and os.path.exists(tmp_path) \
                and cmdline:
                 cmdline += "\' bash -c \"export OE_TMPDIR=" + tmp_path + "; "
                 cmdline += "source " + source_env_path + " " + os.getcwd() + "; "