From cf450a7b439c0089ad738cb12855ade33ff4bbc1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 29 Dec 2000 00:22:25 +0000 Subject: (addUser): typo fix --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') 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: $!"; -- cgit v1.2.1