aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-11-10 11:59:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-11-10 11:59:25 +0000
commit0f100e6d8d97a30db96ff29630e13b6b915b8183 (patch)
treee77797ea41b9e4efd967e4d31d14d728e8abc779 /Tools
parent6dbe1c10ebd84ef81bc2e83d2b52261b0fed8907 (diff)
downloadports-0f100e6d8d97a30db96ff29630e13b6b915b8183.tar.gz
ports-0f100e6d8d97a30db96ff29630e13b6b915b8183.zip
Don't blame the person that removed a resurrected.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=453894
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/MOVEDlint.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/scripts/MOVEDlint.awk b/Tools/scripts/MOVEDlint.awk
index 3b80ef99114d..0f0f16277ff2 100755
--- a/Tools/scripts/MOVEDlint.awk
+++ b/Tools/scripts/MOVEDlint.awk
@@ -108,7 +108,6 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ {
END {
for (port in resurrected) {
printf "%5d: %s must be marked as resurrected\n", resurrected[port], port | sort
- error[resurrected[port]] = 1
}
for (port in missing) {