From c77bdeb9c9f1f0c7d3963fa41d62703bb5a3bcd7 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 10 Nov 2017 12:01:33 +0000 Subject: [PATCH] Commit the actual patch I tested Sponsored by: Absolight --- Tools/scripts/MOVEDlint.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {