aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/nv
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-08 22:34:51 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-08 22:35:19 +0200
commitbf212e80fb0f1d83902de520e9cee098187383f7 (patch)
tree11687caa11566aa67e03798e20441726fa2c3172 /gen/prop/nv
parent9e5f709d2b191e42c1c4227260794928331de187 (diff)
Tweaks to uprop_get_*()
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
}