]> Git Repo - u-boot.git/commit
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use
authorHeiko Schocher <[email protected]>
Thu, 7 Jan 2016 12:45:38 +0000 (13:45 +0100)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
scripts/get_maintainer.pl
This page took 0.033386 seconds and 4 git commands to generate.