Closed jynik closed 3 years ago
Seeing \r prefixed on each line in MT7628 builds dated U-Boot 1.1.3 (Sep 17 2018 - 18:22:09).
U-Boot 1.1.3 (Sep 17 2018 - 18:22:09)
This breaks the regex. Either an lstrip() or a \s* is in order.
lstrip()
\s*
Staged in next @ 1ff0025c6a0f192a7a272135713995a85e810bd2.
next
Seeing \r prefixed on each line in MT7628 builds dated
U-Boot 1.1.3 (Sep 17 2018 - 18:22:09)
.This breaks the regex. Either an
lstrip()
or a\s*
is in order.