From fdabab1b825c2625a9165fca7ff8366ad00b127a Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 14 Jan 2007 00:15:28 +0000 Subject: [PATCH] Take out unneccessary chomp() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6310 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/utilities.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/make/utilities.pm b/make/utilities.pm index a4133de06..fa7375da5 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -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"; -- 2.39.5