Skip to content
Snippets Groups Projects
Commit 99078472 authored by Roger Pau Monne's avatar Roger Pau Monne Committed by Tom Rini
Browse files

scripts/check-config.sh: fix to be compatible with BSD sed


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: default avatarRoger Pau Monné <royger@FreeBSD.org>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent c6bf4f38
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment