diff options
-rw-r--r-- | scripts/lib/bsp/engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py index 857e5a09c0..7a98f447c3 100644 --- a/scripts/lib/bsp/engine.py +++ b/scripts/lib/bsp/engine.py | |||
@@ -658,7 +658,7 @@ class SubstrateBase(object): | |||
658 | """ | 658 | """ |
659 | Expand all tags in a line. | 659 | Expand all tags in a line. |
660 | """ | 660 | """ |
661 | expanded_line = AssignmentLine(line.strip()) | 661 | expanded_line = AssignmentLine(line.rstrip()) |
662 | 662 | ||
663 | while start != -1: | 663 | while start != -1: |
664 | end = line.find(CLOSE_TAG, start) | 664 | end = line.find(CLOSE_TAG, start) |