diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/vervar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |