aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/nv
diff options
context:
space:
mode:
Diffstat (limited to 'gen/prop/nv')
-rwxr-xr-xgen/prop/nv2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/prop/nv b/gen/prop/nv
index 7510704..4d81fa9 100755
--- a/gen/prop/nv
+++ b/gen/prop/nv
@@ -26,7 +26,7 @@ BEGIN {
for (i = lo; i <= hi; i++) {
gsub(/^; /, "", $3)
- if ($3 ~ /\//)
+ if ($3 ~ /[^.]\//)
sub(/\//, "./", $3)
props[i] = $3
}