Hi Ralf, Den 2010-10-03 12:02 skrev Ralf Wildenhues: > This test fails when echo interprets backslashes: > > + touch fake2.lib > + ./ar-lib ./lib x fake2.lib > + opts=lib -NOLOGO -EXTRACT:dir^Lake2.obj fake2.lib > + test xlib -NOLOGO -EXTRACT:dir^Lake2.obj fake2.lib = xlib -NOLOGO > -EXTRACT:dir\fake2.obj fake2.lib > + exit_status=1 > > (the ^L are form feeds). > > I'm pushing this fix to the msvc branch and merging to master; > while at it, let's also avoid 'test -a'.
Thanks for fixing (and sorry for my ignorance). Cheers, Peter