mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add braces around all if/else.
Sponsored by: Absolight
This commit is contained in:
parent
aae5ac7bd6
commit
6dbe1c10eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453893
1 changed files with 3 additions and 2 deletions
|
@ -80,10 +80,11 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ {
|
|||
}
|
||||
lastdate = $3
|
||||
|
||||
if (system("test -f " portsdir "/" $1 "/Makefile"))
|
||||
if (system("test -f " portsdir "/" $1 "/Makefile")) {
|
||||
delete missing[$1]
|
||||
else
|
||||
} else {
|
||||
resurrected[$1] = NR
|
||||
}
|
||||
|
||||
if ($2) {
|
||||
if (system("test -f " portsdir "/" $2 "/Makefile"))
|
||||
|
|
Loading…
Add table
Reference in a new issue