aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-10-30 19:23:17 +0800
committermat <mat@FreeBSD.org>2017-10-30 19:23:17 +0800
commit529d539399e4bae9ca199adf313d14284e9da413 (patch)
tree908a29130f98ed50bc52e90c1a8a66b6405ecfbe /Tools/scripts
parentba294b600d60cd19c88504909177a6ccf235d93f (diff)
downloadfreebsd-ports-gnome-529d539399e4bae9ca199adf313d14284e9da413.tar.gz
freebsd-ports-gnome-529d539399e4bae9ca199adf313d14284e9da413.tar.zst
freebsd-ports-gnome-529d539399e4bae9ca199adf313d14284e9da413.zip
The final sort was missing from some places.
Sponsored by: Absolight
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-xTools/scripts/MOVEDlint.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/MOVEDlint.awk b/Tools/scripts/MOVEDlint.awk
index 79960dd922bc..e5f4d94110ee 100755
--- a/Tools/scripts/MOVEDlint.awk
+++ b/Tools/scripts/MOVEDlint.awk
@@ -86,10 +86,10 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ {
# Produces too many false positives
# if ($4 ~ /^[a-z].*/)
-# printf "Initial value of 'reason' is lowercase: %5d (%s)\n", NR, $4
+# printf "Initial value of 'reason' is lowercase: %5d (%s)\n", NR, $4 | sort
if ($4 ~ /\.$/)
- printf "%5d: Final character is a dot: (%s)\n", NR, $4
+ printf "%5d: Final character is a dot: (%s)\n", NR, $4 | sort
}
END {