diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pbjparse.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/pbjparse.awk b/bin/pbjparse.awk index 88e6cc7..4812a31 100755 --- a/bin/pbjparse.awk +++ b/bin/pbjparse.awk @@ -11,7 +11,6 @@ BEGIN { { parsepbj() } END { - tcmd = "" if (templcount > 0) { tcmd = templates[1] for (i=2; i<=templcount; i++) tcmd = tcmd "|" templates[i] |