[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1339610958.30984.158.camel@x61.thuisdomein>
Date: Wed, 13 Jun 2012 20:09:18 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: Joe Perches <joe@...ches.com>
Cc: linux-kernel@...r.kernel.org
Subject: scripts/get_maintainer.pl --help prints a warning
0) "scripts/get_maintainer.pl --help" prints a warning (to stderr):
Use of uninitialized value $signature_pattern in concatenation (.) or
string at scripts/get_maintainer.pl line 723.
1) That must be caused by line 732:
or use only ${signature_pattern} signers (default: $email_git_all_signature_types)
2) "git blame -L 732,+1 scripts/get_maintainer.pl" points to commit
683c6f8fcbcb6de8d07545ba70aff49e50d8bcf2 ("scripts/get_maintainer.pl:
improve --interactive UI"). And a quick look at that commit suggests it
introduced (most of) the current usage of $signature_pattern.
3) Would you have an idea how to silence that warning?
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists