mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-04 20:25:21 +00:00
enforcing fixup
This commit is contained in:
parent
4bfd26623f
commit
6ccb2d54bc
@ -18,7 +18,7 @@ BEGIN {
|
||||
|
||||
{
|
||||
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";
|
||||
error++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user