From 6362e37a17081860df376ff300df5a4f0fc51f78 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 20 Jul 2004 23:52:35 +0000 Subject: perl_checker compliance --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 0419163f2..846456954 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -258,7 +258,7 @@ sub set { mkdir_p("$::prefix/home/$domain"); $when_network_is_up->(sub { - run_program::rooted($::prefix, 'net','ads','join', '-U', $authentication->{winuser} . '%' . $authentication->{winpass}); + run_program::rooted($::prefix, 'net', 'ads', 'join', '-U', $authentication->{winuser} . '%' . $authentication->{winpass}); }); } } -- cgit v1.2.1