]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use
authorHeiko Schocher <hs@denx.de>
Thu, 7 Jan 2016 12:45:38 +0000 (13:45 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jan 2016 15:15:47 +0000 (10:15 -0500)
commit35729218b857e52aeae75f19b43f7b1a4fba0463
tree4264aacd2501605da08801bb990f906a033dfa5b
parentfea6730e1ce110dafd434e4592a0b489014de429
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: Heiko Schocher <hs@denx.de>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
scripts/get_maintainer.pl