Take out unneccessary chomp()

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6310 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2007-01-14 00:15:28 +00:00
parent 3b98fdf9f3
commit fdabab1b82

View File

@ -18,7 +18,6 @@ sub make_rpath($)
while ($data =~ /-L(\S+)/)
{
$libpath = $1;
chomp($libpath);
if (!exists $already_added{$libpath})
{
print "Adding extra library path \033[1;32m$libpath\033[0m ...\n";