mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue