scripts: fix error from checkpatch.pl when no commits are found
The error message was supposed to mention the input revision list start point, not the branch flag. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20201019143537.283094-3-berrange@redhat.com> Message-Id: <20201021163136.27324-6-alex.bennee@linaro.org>
This commit is contained in:
parent
faf9828e2f
commit
2d4274d6fe
@ -392,7 +392,7 @@ if ($chk_branch) {
|
||||
|
||||
close $HASH;
|
||||
|
||||
die "$P: no revisions returned for revlist '$chk_branch'\n"
|
||||
die "$P: no revisions returned for revlist '$ARGV[0]'\n"
|
||||
unless @patches;
|
||||
|
||||
my $i = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user