This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
collapse plibpth to one line and remove trailing /
authorAndy Dougherty <doughera@lafayette.edu>
Mon, 18 Apr 2011 17:42:22 +0000 (13:42 -0400)
committerDavid Mitchell <davem@iabyn.com>
Mon, 18 Apr 2011 22:58:07 +0000 (23:58 +0100)
commitbcab1245a0693be445ce018352f6fbe4abc26e88
tree1fc7a30750a9dac195eea0565c6fda175170f737
parenteabaae22ae7995ffb30ea21b6b8fcd1122302fc0
collapse plibpth to one line and remove trailing /

The recent change to hints/linux.sh,
40f026236b9959b7ad3260fedc6c66cd30bb7abc
set the plibpth variable.
It was supposed to set all entries on a single line, but it didn't.
Do it now, and also remove trailing /'s.

(The collapsing is a more robust version of the previous commit,
since reverted, that davem wrote independently).
hints/linux.sh