mirror of
https://git.yoctoproject.org/poky
synced 2026-03-27 16:02:21 +01:00
strip() isn't necessary and causes unintended formatting changes in the output; rstrip() remove the trailing newlines as intended while leaving indenting whitespace intact. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>