aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-11-10 19:59:25 +0800
committermat <mat@FreeBSD.org>2017-11-10 19:59:25 +0800
commit67a407c7ceff472fa1afe7c7acf9ccdec8f5a318 (patch)
treee77797ea41b9e4efd967e4d31d14d728e8abc779 /Tools
parentab8d2286f33ec15f2230d6d2a688e822cafa5337 (diff)
downloadfreebsd-ports-gnome-67a407c7ceff472fa1afe7c7acf9ccdec8f5a318.tar.gz
freebsd-ports-gnome-67a407c7ceff472fa1afe7c7acf9ccdec8f5a318.tar.zst
freebsd-ports-gnome-67a407c7ceff472fa1afe7c7acf9ccdec8f5a318.zip
Don't blame the person that removed a resurrected.
Sponsored by: Absolight
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) {