diff options
author | David Mitchell <davem@iabyn.com> | 2011-04-18 23:53:42 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-04-18 23:53:42 +0100 |
commit | eabaae22ae7995ffb30ea21b6b8fcd1122302fc0 (patch) | |
tree | 5931c8a9a9f8133dbedffbcf5c0c18b47abf3a9b /hints | |
parent | 55e4a474ad63535e486bd657f45b5339709cbcd3 (diff) | |
download | perl-eabaae22ae7995ffb30ea21b6b8fcd1122302fc0.tar.gz |
Revert "collapse plibpth to one line"
This reverts commit 55e4a474ad63535e486bd657f45b5339709cbcd3.
In improved version is coming next...
Diffstat (limited to 'hints')
-rw-r--r-- | hints/linux.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index d47439c2a1..e03ab1edcf 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -165,8 +165,7 @@ esac case "$plibpth" in '') plibpth=`gcc -print-search-dirs | grep libraries | cut -f2- -d= | tr ':' $trnl | grep -v 'gcc'` - set $plibpth - plibpth="$@" # Collapse all entries on one line + plibpth="$plibpth" # Collapse all entries on one line ;; esac |