Skip to content

Commit eabaae2

Browse files
committed
Revert "collapse plibpth to one line"
This reverts commit 55e4a47. In improved version is coming next...
1 parent 55e4a47 commit eabaae2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hints/linux.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ esac
165165
case "$plibpth" in
166166
'') plibpth=`gcc -print-search-dirs | grep libraries |
167167
cut -f2- -d= | tr ':' $trnl | grep -v 'gcc'`
168-
set $plibpth
169-
plibpth="$@" # Collapse all entries on one line
168+
plibpth="$plibpth" # Collapse all entries on one line
170169
;;
171170
esac
172171

0 commit comments

Comments
 (0)