mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +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>