2006-03-29 07:30:57 by steve
Don't copy the same file twice!
This commit is contained in:
parent
312710044c
commit
ff8a8e6d0f
@ -38,7 +38,6 @@ my @files = ( "/etc/hosts",
|
||||
foreach my $file ( @files )
|
||||
{
|
||||
File::Copy::copy( $file, $prefix . "/etc/" );
|
||||
File::Copy::copy( $file, $prefix . "/etc/" );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user