summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vervar2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vervar b/bin/vervar
index 8333486..886cda7 100755
--- a/bin/vervar
+++ b/bin/vervar
@@ -11,7 +11,7 @@ BEGIN {
RS = ""
ORS = "\n\n"
prog = "vervar"
- replflds["path"] = replflds["source"] = 1
+ replflds["dir"] = replflds["source"] = 1
}
$1 == "ver" { ver = $2; next }