diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-19 00:12:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-19 00:12:57 +0200 |
commit | 47135d7827c75073278089d43220df48f250b118 (patch) | |
tree | b32e0ee5a3a70eff8836b719928a0c08bad65572 /fripost-adduser | |
parent | 5f15ee93f79af5af0ee064ffdb5c03f2af14ee3a (diff) |
Search tools.
Diffstat (limited to 'fripost-adduser')
-rwxr-xr-x | fripost-adduser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-adduser b/fripost-adduser index a785f07..633926e 100755 --- a/fripost-adduser +++ b/fripost-adduser @@ -202,7 +202,7 @@ my ($domain, $login); if ($res->count) { print STDERR "Error: Alias $user->{username} already exists. "; print STDERR "(Targetting to "; - print STDERR (join ', ', map { $_->{goto} } ($res->entries)); + print STDERR (join ', ', map { $_->{goto} } $res->entries); say STDERR ".)"; exit 1; } |