diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 29774e193..55dbf6849 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -594,7 +594,7 @@ sub addUser($) { $done{$_->{name}} = 1; } } @{$o->{users} || []}; - my @passwd = cat_("$p/etc/passwd");; + my @passwd = cat_("$p/etc/passwd"); local *F; open F, ">> $p/etc/passwd" or die "can't append to passwd file: $!"; |