From af88b9d1e98795d32963a6b1d01fe5649b289097 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 28 Feb 2006 16:48:34 +0000 Subject: remove spurious comma --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index 469b6234e..11dc9fcf9 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -77,7 +77,7 @@ sub create_user { 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}) + ? ('-l', $u->{name}, $u->{rename_from}) : $u->{name})); } -- cgit v1.2.1