From 6fadf41b152a369b4a6b1acb24187cb92f39e600 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 11 Dec 2016 00:03:55 +1300 Subject: Explicitly set flag value in mftl(1df) Rather than relying on what I suspect is not strictly defined behaviour --- bin/mftl.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/mftl.awk') diff --git a/bin/mftl.awk b/bin/mftl.awk index f210de33..893766ef 100644 --- a/bin/mftl.awk +++ b/bin/mftl.awk @@ -28,7 +28,7 @@ BEGIN { # unique; this probably needs refinement for (i = 1; i < NF; i++) if ($i ~ /^[a-zA-Z0-9][a-zA-Z0-9.\/_-]*$/) - ats[$i] + ats[$i]++ } # Print unique determined targets, sorted -- cgit v1.2.3