mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
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:
parent
3b98fdf9f3
commit
fdabab1b82
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user