diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 00:15:28 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 00:15:28 +0000 |
commit | fdabab1b825c2625a9165fca7ff8366ad00b127a (patch) | |
tree | 8b0efbb15905073f11e8060c9269b3d7b5584e17 /make/utilities.pm | |
parent | 3b98fdf9f3967a455d101b2ff76ec62c089a3cbf (diff) |
Take out unneccessary chomp()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6310 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make/utilities.pm')
-rw-r--r-- | make/utilities.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |