diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2019-08-18 02:31:05 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2019-08-18 02:31:05 +0200 |
commit | 93b0d4a120f67c142fd3a742025060bf573ac468 (patch) | |
tree | 9641100ac73461c85813185f2765bcc8a1ddc6e9 | |
parent | ade6238b578370808db18643979c8e798e73bf5b (diff) | |
download | eficast-93b0d4a120f67c142fd3a742025060bf573ac468.tar.gz eficast-93b0d4a120f67c142fd3a742025060bf573ac468.tar.bz2 eficast-93b0d4a120f67c142fd3a742025060bf573ac468.zip |
Fix tab in python script
-rwxr-xr-x | make-boot-image.sh | 2 |
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 |