commit | 99078472455b8bb69ce57237bcc68ea9ac88ae38 | [log] [tgz] |
---|---|---|
author | Roger Pau Monne <royger@FreeBSD.org> | Sat Feb 13 11:06:31 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 24 16:51:48 2021 -0500 |
tree | b4e401fbbd61dc311801de3765727edf0612da42 | |
parent | c6bf4f38988996f12c69a1cb5470bf9bea7c88ce [diff] |
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: Roger Pau Monné <royger@FreeBSD.org> Reviewed-by: Simon Glass <sjg@chromium.org>