diff options
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/configurator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/configurator.py b/bitbake/lib/bb/ui/crumbs/configurator.py index b694143d4c..551179950a 100644 --- a/bitbake/lib/bb/ui/crumbs/configurator.py +++ b/bitbake/lib/bb/ui/crumbs/configurator.py | |||
| @@ -228,7 +228,7 @@ class Configurator(gobject.GObject): | |||
| 228 | cnt = cnt + 1 | 228 | cnt = cnt + 1 |
| 229 | 229 | ||
| 230 | if not replaced: | 230 | if not replaced: |
| 231 | new_config_lines.append("%s = \"%s\"" % (var, changed_values[var])) | 231 | new_config_lines.append("%s = \"%s\"\n" % (var, changed_values[var])) |
| 232 | 232 | ||
| 233 | # Add the modified variables | 233 | # Add the modified variables |
| 234 | config_lines.extend(new_config_lines) | 234 | config_lines.extend(new_config_lines) |
