perl: || die -> or die

Usage was fifty-fifty between these syntaxes before this patch.

Closes #22036
This commit is contained in:
Viktor Szakats 2026-06-15 01:26:04 +02:00
parent 5d1ac48088
commit 678e63934c
No known key found for this signature in database
29 changed files with 69 additions and 69 deletions

View file

@ -182,7 +182,7 @@ sub doublecheck {
return @also;
}
open(N, '-|', 'nm', $file) || die;
open(N, '-|', 'nm', $file) or die;
my %exist;
my %uses;