
18 Feb
2021
18 Feb
'21
5:45 a.m.
On Sat, 13 Feb 2021 at 03:06, Roger Pau Monne royger@freebsd.org 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
Cc: Masahiro Yamada masahiroy@kernel.org Cc: Simon Glass sjg@chromium.org Cc: Michal Simek michal.simek@xilinx.com Cc: Wolfgang Wallner wolfgang.wallner@br-automation.com Cc: Jan Kiszka jan.kiszka@siemens.com
scripts/check-config.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org