
25 Feb
2021
25 Feb
'21
2:25 p.m.
On Sat, Feb 13, 2021 at 11:06:31AM +0100, Roger Pau Monne wrote:
Fist use extended regexp in order to drop the '' around the parentheses which is not supported by BSD sed in regular mode.
Secondly use [[:blank:]] instead of \s, as the later is a GNU extension.
No functional change intended.
Signed-off-by: Roger Pau Monné royger@FreeBSD.org Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom