summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
Diffstat (limited to 'hints')
-rw-r--r--hints/linux.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/hints/linux.sh b/hints/linux.sh
index e03ab1edcf..d47439c2a1 100644
--- a/hints/linux.sh
+++ b/hints/linux.sh
@@ -165,7 +165,8 @@ esac
case "$plibpth" in
'') plibpth=`gcc -print-search-dirs | grep libraries |
cut -f2- -d= | tr ':' $trnl | grep -v 'gcc'`
- plibpth="$plibpth" # Collapse all entries on one line
+ set $plibpth
+ plibpth="$@" # Collapse all entries on one line
;;
esac