2004-12-18 Ralf Wildenhues * ltmain.in (func_extract_archives): Not all shells grok `read -r' (unnecessary in this case). Reported by Ralf Menzel . Index: ltmain.in =================================================================== RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v retrieving revision 1.334.2.43 diff -u -r1.334.2.43 ltmain.in --- ltmain.in 11 Dec 2004 14:40:23 -0000 1.334.2.43 +++ ltmain.in 18 Dec 2004 17:58:33 -0000 @@ -258,7 +258,7 @@ $show "cp $f_ex_an_ar_oldlib $f_ex_an_ar_dir/$f_ex_an_ar_lib" $run eval "cp \$f_ex_an_ar_oldlib \$f_ex_an_ar_dir/\$f_ex_an_ar_lib" $AR t "$f_ex_an_ar_oldlib" | sort | uniq -c \ - | $EGREP -v '^[ ]*1[ ]' | while read -r count name + | $EGREP -v '^[ ]*1[ ]' | while read count name do i=1 while test "$i" -le "$count"