From f84c186da0cd078b3ab842e6f38c5b31d28e415e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 23 Feb 2006 10:02:03 +0000 Subject: perl_checker compliance --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 012ceda29..bcfe2d2f4 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -74,7 +74,7 @@ sub create_user { '-p', authentication::user_crypted_passwd($u, $isMD5), if_($uid, '-u', $uid), if_($gid, '-g', $gid), if_($u->{realname}, '-c', $u->{realname}), - if_($u->{home}, '-d', $u->{home}, if_($u->{rename_from} ,'-m')), + if_($u->{home}, '-d', $u->{home}, if_($u->{rename_from}, '-m')), if_($u->{shell}, '-s', $u->{shell}), ($u->{rename_from} ? ('-l', $u->{name}, , $u->{rename_from}) -- cgit v1.2.1