Skip to content
  • Brad King's avatar
    bootstrap: Port back to old shells (#13199) · e5dc7689
    Brad King authored
    Since commit f39e82c9 (bootstrap: Re-implement command line option
    processing, 2011-12-16) bootstrap uses POSIX shell expressions of the
    form "${x#y}" to remove prefix pattern 'y' from the vaule of 'x'.
    Although this is allowed by POSIX old shells on some platforms do not
    support it.  Revert to using 'sed' to work with old shells.
    e5dc7689