From 9420b288d4c445bc19a53a9d215a3d65c65d91ce Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 3 Oct 2004 16:05:49 +0000 Subject: [PATCH] remove spurious our which causes warning --- pcb/pcb-panelise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcb/pcb-panelise b/pcb/pcb-panelise index ef6a5a4..8fef7ff 100755 --- a/pcb/pcb-panelise +++ b/pcb/pcb-panelise @@ -32,7 +32,7 @@ use strict qw(vars); use IO::File; -our ($line,$indent,$command,$lbrack,$argstring,$rbrack); +our ($line,$indent,$command,$lbrack,$rbrack); our (@a, $output_file, $accumulate); our ($xpos,$ypos,$spaces,@titles); -- 2.30.2