1
0
mirror of synced 2026-03-10 12:18:17 +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/" );
}