[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.566 and 1.567

version 1.566, 2022/12/26 18:57:50 version 1.567, 2022/12/26 20:24:43
Line 254 
Line 254 
 # Read output of reorder_libs co-process and output on console.  # Read output of reorder_libs co-process and output on console.
 wait_reorder_libs() {  wait_reorder_libs() {
         local _line          local _line
   
         while IFS= read -p _line; do          while IFS= read -p _line; do
                 echo -n "$_line"                  echo -n "$_line"
         done          done

Legend:
Removed from v.1.566  
changed lines
  Added in v.1.567