aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/mftl.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mftl.awk b/bin/mftl.awk
index 163857bf..f210de33 100644
--- a/bin/mftl.awk
+++ b/bin/mftl.awk
@@ -27,7 +27,7 @@ BEGIN {
# inference rules and stack them up into an array's keys to keep them
# unique; this probably needs refinement
for (i = 1; i < NF; i++)
- if ($i ~ /^[a-zA-Z0-9][a-zA-Z0-9./_-]*$/)
+ if ($i ~ /^[a-zA-Z0-9][a-zA-Z0-9.\/_-]*$/)
ats[$i]
}