From 93b0d4a120f67c142fd3a742025060bf573ac468 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 18 Aug 2019 02:31:05 +0200 Subject: Fix tab in python script --- make-boot-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-boot-image.sh b/make-boot-image.sh index 81cae09..1be67d7 100755 --- a/make-boot-image.sh +++ b/make-boot-image.sh @@ -262,7 +262,7 @@ while more_work and i < passes: # Build all available net/ethernet drivers if True in [ ('drivers/net/ethernet' in node.filename) for node in sym.nodes ]: - if 1 in sym.assignable: + if 1 in sym.assignable: more_work = sset(sym, 1) or more_work else: more_work = sset(sym) or more_work -- cgit v1.2.3