summaryrefslogtreecommitdiff
path: root/morphlib/builder.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-04 20:16:21 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-04 20:16:21 +0100
commite4b58fe4d67a66c0a59231ac2d08ef06ec480218 (patch)
tree563aa1fd20b12886708162a63e1a7f7297f32aae /morphlib/builder.py
parent366974980fe6014a6c8f0246514294d277b7f7dc (diff)
parentdd07215e27148ade2bf3a1f394cbaded4617badd (diff)
downloadmorph-e4b58fe4d67a66c0a59231ac2d08ef06ec480218.tar.gz
Merge branch 'master' of gitorious.org:baserock/morph
Diffstat (limited to 'morphlib/builder.py')
-rw-r--r--morphlib/builder.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index bcd934ef..23a1c2ca 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -279,10 +279,7 @@ class ChunkBuilder(BlobBuilder): # pragma: no cover
'''
bs_name = self.blob.morph.build_system
- if bs_name:
- bs = morphlib.buildsystem.lookup_build_system(bs_name)
- else:
- bs = {}
+ bs = morphlib.buildsystem.lookup_build_system(bs_name)
def run_them(runner, what):
attr = '%s_commands' % what