aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-11 00:03:55 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-11 00:03:55 +1300
commit6fadf41b152a369b4a6b1acb24187cb92f39e600 (patch)
treef44d9e404206712526d313a429aa6a2d642b6f87 /bin
parentAbuse FS in sec(1df) for clever zero-stripping (diff)
downloaddotfiles-6fadf41b152a369b4a6b1acb24187cb92f39e600.tar.gz
dotfiles-6fadf41b152a369b4a6b1acb24187cb92f39e600.zip
Explicitly set flag value in mftl(1df)
Rather than relying on what I suspect is not strictly defined behaviour
Diffstat (limited to 'bin')
-rw-r--r--bin/mftl.awk2
1 files changed, 1 insertions, 1 deletions
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