diff options
author | Justin Davis <jrcd83@gmail.com> | 2012-05-15 17:40:22 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2012-05-15 17:40:22 +0200 |
commit | 044651ef69e78a9aae7b943e3ce75a50e6ac9653 (patch) | |
tree | c7222c966b2ee197ddc922f33572429a4e4db56e /bin | |
parent | 12201984d2008aebe75daa16a89edccb580ba2a4 (diff) | |
download | genpkg-044651ef69e78a9aae7b943e3ce75a50e6ac9653.tar.gz genpkg-044651ef69e78a9aae7b943e3ce75a50e6ac9653.tar.xz |
Rename path to dir in vervar script.
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 } |