made the colourization output less verbose
This commit is contained in:
parent
33110996c0
commit
247a78dec2
2 changed files with 2 additions and 2 deletions
|
@ -64,5 +64,5 @@ foreach(@fill){
|
|||
$convert="$convert $_";
|
||||
}
|
||||
$convert = "$convert $infilename $outfilename";
|
||||
print "$convert\n";
|
||||
#print "$convert\n";
|
||||
system($convert);
|
||||
|
|
|
@ -599,7 +599,7 @@ sub CopyImages {
|
|||
$image =~ s/"//g;
|
||||
system ("$colorizer $data_dir/images/$image $html_dir/$unit_folder$image");
|
||||
$image =~ s/.png/+female.png/;
|
||||
system ("$colorizer $data_dir/images/$image $html_dir/$unit_folder$image");
|
||||
system ("$colorizer $data_dir/images/$image $html_dir/$unit_folder$image") unless (! -e $image);
|
||||
}
|
||||
close UNITS;
|
||||
# zombie units
|
||||
|
|
Loading…
Add table
Reference in a new issue