summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-05-15 17:40:22 +0200
committerJustin Davis <jrcd83@gmail.com>2012-05-15 17:40:22 +0200
commit044651ef69e78a9aae7b943e3ce75a50e6ac9653 (patch)
treec7222c966b2ee197ddc922f33572429a4e4db56e /bin
parent12201984d2008aebe75daa16a89edccb580ba2a4 (diff)
downloadgenpkg-044651ef69e78a9aae7b943e3ce75a50e6ac9653.tar.gz
genpkg-044651ef69e78a9aae7b943e3ce75a50e6ac9653.tar.xz
Rename path to dir in vervar script.
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 }