summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}