Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
ubuntu 14.04
-
Low
Description
When creating the list of paths where to search for jemalloc, we parse ldconfig output to get more directories. The current pattern used to filter out indented rows from ldconfig does not work because of quoting issues of the involved dollar sign.
I found just changing the regex to '^\s' works and seems less error prone.