summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-09-08 15:05:59 +0200
committerJustin Davis <jrcd83@gmail.com>2011-09-08 15:05:59 +0200
commit4192279fde841352a274c63db6419e32f26d92a1 (patch)
treeb1c802caf9471d389ccdb8567cfc46ba1696e7e3 /bin
parent92b9e98fdc05e4ca517cd21a9935966f8c2ea657 (diff)
downloadgenpkg-4192279fde841352a274c63db6419e32f26d92a1.tar.gz
genpkg-4192279fde841352a274c63db6419e32f26d92a1.tar.xz
Remove redundant clearing of tcmd var.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pbjparse.awk1
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]