fix two bugs in sed code configure uses to save command line
authorRich Felker <dalias@aerifal.cx>
Tue, 20 Aug 2013 17:51:46 +0000 (13:51 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 20 Aug 2013 17:51:46 +0000 (13:51 -0400)
commite449974dc54562bcb9a8a4c578e92d3f12ca67bb
treeb8aad10e190c538de8663f054232d771e2386f7f
parent4681aae23a283742d17baff6f1a5692fbf9a376f
fix two bugs in sed code configure uses to save command line

one place where semicolon (non-portable) was still used in place of
separate -e options (copied over from an old version of this code),
and use of a literal slash in the bracket expression for the final
command, despite slash being used as the delimiter for the s command.
configure