mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 13:32:23 +00:00
enforcing fixup
This commit is contained in:
parent
4bfd26623f
commit
6ccb2d54bc
@ -18,7 +18,7 @@ BEGIN {
|
|||||||
|
|
||||||
{
|
{
|
||||||
if ($1 == "defined") {
|
if ($1 == "defined") {
|
||||||
if ($3 in symtab) {
|
if ($3 !~ /^\.refptr\./ && $3 in symtab) {
|
||||||
printf "%s in %s is duplicated in %s\n", $3, $2, symtab[$3] >"/dev/stderr";
|
printf "%s in %s is duplicated in %s\n", $3, $2, symtab[$3] >"/dev/stderr";
|
||||||
error++;
|
error++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user