• R
    fix two bugs in sed code configure uses to save command line · e449974d
    Rich Felker 提交于
    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.
    e449974d
configure 13.0 KB