summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
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}));
}