summaryrefslogtreecommitdiffstats
path: root/bin/pbjparse.awk
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-08-21 16:33:41 +0200
committerJustin Davis <jrcd83@gmail.com>2011-08-21 16:33:41 +0200
commitc6e3481068d3c1c9c81cbbb6a43a9232c48c868a (patch)
tree09ebe8c71e6d087ab7526c697b6bedf986afb8f4 /bin/pbjparse.awk
parent754397d1e19eec449d3486d5c49354aa36efbd60 (diff)
downloadgenpkg-c6e3481068d3c1c9c81cbbb6a43a9232c48c868a.tar.gz
genpkg-c6e3481068d3c1c9c81cbbb6a43a9232c48c868a.tar.xz
Fix typo in pbjparse.awk for piping templates together.
Diffstat (limited to 'bin/pbjparse.awk')
-rwxr-xr-xbin/pbjparse.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pbjparse.awk b/bin/pbjparse.awk
index ef4f24b..dfd8389 100755
--- a/bin/pbjparse.awk
+++ b/bin/pbjparse.awk
@@ -32,7 +32,7 @@ END {
if (optdepcount > 0) {
print "optdepends" | tcmd
- for (name in optdeps) print optdeps[name]
+ for (name in optdeps) print optdeps[name] | tcmd
print "" | tcmd
}