bugzilla 68643. fixed scope of my($target). r=cls@seawood.org
git-svn-id: svn://10.0.0.236/trunk@88148 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8a3e9d1b5a
commit
f1e056bc07
@ -211,7 +211,7 @@ sub do_delete
|
||||
my ($targetpath) = $_[0];
|
||||
my ($targetcomp) = $_[1];
|
||||
my ($targetfile) = $_[2];
|
||||
my ($target) = "$targetpath$PD$targetcomp$PD$targetfile";
|
||||
my ($target) = ($flat) ? "$targetpath$PD$targetfile" : "$targetpath$PD$targetcomp$PD$targetfile";
|
||||
|
||||
($debug >= 2) && print "do_delete():\n";
|
||||
($debug >= 1) && print "-$targetfile\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user