Revert "collapse plibpth to one line"
authorDavid Mitchell <davem@iabyn.com>
Mon, 18 Apr 2011 22:53:42 +0000 (23:53 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 18 Apr 2011 22:53:42 +0000 (23:53 +0100)
This reverts commit 55e4a474ad63535e486bd657f45b5339709cbcd3.

In improved version is coming next...

hints/linux.sh

index d47439c..e03ab1e 100644 (file)
@@ -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