mirror of
https://git.yoctoproject.org/poky
synced 2026-05-14 20:27:55 +02: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>