1
0
mirror of synced 2026-01-22 18:21:20 +00:00

2006-03-29 07:30:57 by steve

Don't copy the same file twice!
This commit is contained in:
steve 2006-03-29 07:30:57 +00:00
parent 312710044c
commit ff8a8e6d0f

View File

@ -38,7 +38,6 @@ my @files = ( "/etc/hosts",
foreach my $file ( @files )
{
File::Copy::copy( $file, $prefix . "/etc/" );
File::Copy::copy( $file, $prefix . "/etc/" );
}