1. 06 Dec, 2020 1 commit
    • Nate's avatar
      Correct sed regex · 94bba4ac
      Nate authored
      Corrects issue #3285.
      
      The '?' character after a group is not supported in POSIX Basic Regular Expressions. Replacing it with '\{0,1\}' retains the same functionality and also works on non-GNU systems.
      94bba4ac
  2. 02 Dec, 2020 2 commits
  3. 01 Dec, 2020 3 commits
  4. 30 Nov, 2020 4 commits
  5. 29 Nov, 2020 30 commits