Skip to content
  • Martin Storsjö's avatar
    contrib: Always use the -i.orig form for in-place sed edits · 2e8f43fd
    Martin Storsjö authored
    The form when no backup is saved for in-place edits differs between
    sed implementations; on macOS, the correct form is 'sed -i "" ...'
    while it is 'sed -i ...' on Linux. This form of saving an .orig
    file works the same on both.
    
    This fixes cross compiling Qt with contribs from macOS.
    2e8f43fd