summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-04-18 23:53:42 +0100
committerDavid Mitchell <davem@iabyn.com>2011-04-18 23:53:42 +0100
commiteabaae22ae7995ffb30ea21b6b8fcd1122302fc0 (patch)
tree5931c8a9a9f8133dbedffbcf5c0c18b47abf3a9b
parent55e4a474ad63535e486bd657f45b5339709cbcd3 (diff)
downloadperl-eabaae22ae7995ffb30ea21b6b8fcd1122302fc0.tar.gz
Revert "collapse plibpth to one line"
This reverts commit 55e4a474ad63535e486bd657f45b5339709cbcd3. In improved version is coming next...
-rw-r--r--hints/linux.sh3
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