mirror of
https://git.yoctoproject.org/poky
synced 2026-05-28 21:52:40 +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>