diff options
author | mat <mat@FreeBSD.org> | 2017-11-10 20:01:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-11-10 20:01:33 +0800 |
commit | 71c7cab38646ae36454175e2e5db5ec9bf37491e (patch) | |
tree | 5cbb99f8877a3ef9dad2e470a5beac74b6310f01 /Tools | |
parent | 88f1bdeb2a7d7d2121cc0de7526759b9ae568af6 (diff) | |
download | freebsd-ports-gnome-71c7cab38646ae36454175e2e5db5ec9bf37491e.tar.gz freebsd-ports-gnome-71c7cab38646ae36454175e2e5db5ec9bf37491e.tar.zst freebsd-ports-gnome-71c7cab38646ae36454175e2e5db5ec9bf37491e.zip |
Commit the actual patch I tested
Sponsored by: Absolight
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/MOVEDlint.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/MOVEDlint.awk b/Tools/scripts/MOVEDlint.awk index 8d8ce294f251..e2445ba44f41 100755 --- a/Tools/scripts/MOVEDlint.awk +++ b/Tools/scripts/MOVEDlint.awk @@ -83,7 +83,7 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ { if (system("test -f " portsdir "/" $1 "/Makefile")) { delete missing[$1] } else { - printf "%5d: %s must be marked as resurrected\n", NR, port | sort + printf "%5d: %s must be marked as resurrected\n", NR, $1 | sort } if ($2) { |