23 |
|
&closeclientfile; |
24 |
|
} |
25 |
|
|
26 |
< |
sub closeclienfile { |
26 |
> |
sub closeclientfile { |
27 |
|
close INSTALLLOG; |
28 |
|
close CLIENT; |
29 |
|
close CLIENT2; |
194 |
|
my $name=shift; |
195 |
|
my @vars=@_; |
196 |
|
|
197 |
< |
$Arch=pop @ARCHBLOCK; |
197 |
> |
pop @ARCHBLOCK; |
198 |
> |
$Arch=$ARCHBLOCK[$#ARCHBLOCK]; |
199 |
|
} |
200 |
|
|
201 |
|
sub lib_start { |
205 |
|
|
206 |
|
$hashref=$toolswitch->SetupValueHash( \@vars ); |
207 |
|
$toolswitch->checkparam($hashref, $name, 'name'); |
208 |
< |
push @{$Envtype{lib}}, $$hashref{'name'}; |
209 |
< |
outclient($name,$$hashref{'name'},"D"); |
208 |
> |
if ( $Arch ) { |
209 |
> |
push @{$Envtype{lib}}, $$hashref{'name'}; |
210 |
> |
outclient($name,$$hashref{'name'},"D"); |
211 |
> |
} |
212 |
|
} |
213 |
|
|
214 |
|
sub Env_start { |