1. 26 Mar, 2020 1 commit
  2. 25 Mar, 2020 2 commits
  3. 23 Mar, 2020 5 commits
  4. 22 Mar, 2020 6 commits
  5. 21 Mar, 2020 7 commits
  6. 20 Mar, 2020 1 commit
    • osm0sis's avatar
      scripts: fix addon.d again by ensuring all arguments get passed · 84ecba46
      osm0sis authored
      - /proc/$$/cmdline is \0 terminated argument strings except for the last argument which has no terminus, so the last argument was being dropped by `while read` which requires input to be \n terminated
      - switch to a for loop, which will use the \n delimiter but also read the last argument; all arguments are still protected by quoting
      - clean up potentially breaking recovery env since $OLD_PATH no longer exists
      84ecba46
  7. 19 Mar, 2020 2 commits
  8. 15 Mar, 2020 3 commits
  9. 14 Mar, 2020 1 commit
  10. 13 Mar, 2020 2 commits
  11. 12 Mar, 2020 7 commits
  12. 11 Mar, 2020 1 commit
  13. 09 Mar, 2020 2 commits