==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this
link:http://bugs.contribs.org/show_bug.cgi?id=8500
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
--- Comment #1 from Unnilennium <[email protected]> ---
seems like the following code append a trailing \n to the folder.
my $userdir = `cat /etc/passwd|grep "^$username:"|cut -d":" -f6`;
suggested change
my $userdir = `cat /etc/passwd|grep "^$username:"|cut -d":" -f6|tr
-d '\n'`;
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/