Skip to content
Snippets Groups Projects
Commit 35729218 authored by Heiko Schocher's avatar Heiko Schocher Committed by Tom Rini
Browse files

get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use


from linux commit ce8155f7a3d5:

Perl 5.22 emits a deprecated message when "\C" is used in a regex.  Perl
5.24 will disallow it altogether.

Fix it by using [A-Z] instead of \C.

>From linux adapted to U-Boot by:
Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Reviewed-by: default avatarAndre Przywara <andre.przywara@arm.com>
parent fea6730e
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