summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2019-08-18 02:31:05 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2019-08-18 02:31:05 +0200
commit93b0d4a120f67c142fd3a742025060bf573ac468 (patch)
tree9641100ac73461c85813185f2765bcc8a1ddc6e9
parentade6238b578370808db18643979c8e798e73bf5b (diff)
downloadeficast-93b0d4a120f67c142fd3a742025060bf573ac468.tar.gz
eficast-93b0d4a120f67c142fd3a742025060bf573ac468.tar.bz2
eficast-93b0d4a120f67c142fd3a742025060bf573ac468.zip
Fix tab in python script
-rwxr-xr-xmake-boot-image.sh2
1 files changed, 1 insertions, 1 deletions
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