Skip to content
Snippets Groups Projects

E3-1203: Fix issue where modifying certain wrapper files would cause failure

Merged E3-1203: Fix issue where modifying certain wrapper files would cause failure
Merged Simon Rose requested to merge fix_spaces_in_filenames into master
  1. May 31, 2023
    • Simon Rose's avatar
      Fix issue where modifying certain wrapper files would cause failure · 272f4d75
      Simon Rose authored
      The issue was that `git status --porcelain` formats its output in such
      a way that `make` no longer passes the variables correctly. The solution
      is simply to no longer pass the `git status` data.
      
      Note that the git status data already was not that sufficient in terms
      of recognising what changes had been made, since all it provided was
      information as to which files had been modified, not how they had been
      modified.
      272f4d75
Loading