On Sat, 13 Feb 2021 at 03:06, Roger Pau Monne <roy...@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é <roy...@freebsd.org>
> ---
> Cc: Masahiro Yamada <masahi...@kernel.org>
> Cc: Simon Glass <s...@chromium.org>
> Cc: Michal Simek <michal.si...@xilinx.com>
> Cc: Wolfgang Wallner <wolfgang.wall...@br-automation.com>
> Cc: Jan Kiszka <jan.kis...@siemens.com>
> ---
>  scripts/check-config.sh | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>

Reply via email to