Browse Source

This is nothing just a space or something.

master
freesource 23 years ago
parent
commit
15f744e865
  1. 4
      BootRoot/Yard.pm

4
BootRoot/Yard.pm

@ -36,7 +36,7 @@ use Exporter;
@EXPORT = qw(start_logging_output info kernel_version_check verbosity @EXPORT = qw(start_logging_output info kernel_version_check verbosity
read_contents_file extra_links library_dependencies hard_links read_contents_file extra_links library_dependencies hard_links
space_check create_filesystem find_file_in_path sys space_check create_filesystem find_file_in_path sys
text_insert error logadj *LOGFILE which_tests create_fstab); text_insert error logadj *LOGFILE which_tests create_fstab);
use strict; use strict;
use File::Basename; use File::Basename;
@ -1664,7 +1664,7 @@ sub copy_file_with_substitution {
} }
close(FROM); close(FROM);
close(TO); close(TO);
} }
sub bytes_allocated { sub bytes_allocated {

Loading…
Cancel
Save