diff --git a/build-linux b/build-linux index b828d47..a49f6f6 100755 --- a/build-linux +++ b/build-linux @@ -182,13 +182,13 @@ Run `make modules_install` after `make`. ] + self.sh.add_newlines(config_fragments) ) - self.sh.run_cmd( - ( - common_make_args + - ['olddefconfig', LF] - ), - **common_args - ) + self.sh.run_cmd( + ( + common_make_args + + ['olddefconfig', LF] + ), + **common_args + ) if self.env['build']: self.sh.run_cmd( (