mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
perl: || die -> or die
Usage was fifty-fifty between these syntaxes before this patch. Closes #22036
This commit is contained in:
parent
5d1ac48088
commit
678e63934c
29 changed files with 69 additions and 69 deletions
|
|
@ -182,7 +182,7 @@ sub doublecheck {
|
|||
return @also;
|
||||
}
|
||||
|
||||
open(N, '-|', 'nm', $file) || die;
|
||||
open(N, '-|', 'nm', $file) or die;
|
||||
|
||||
my %exist;
|
||||
my %uses;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue