1. 20 May, 2021 1 commit
  2. 19 May, 2021 1 commit
  3. 08 May, 2021 2 commits
  4. 07 May, 2021 3 commits
  5. 06 May, 2021 1 commit
  6. 05 May, 2021 1 commit
  7. 04 May, 2021 1 commit
  8. 03 May, 2021 7 commits
  9. 02 May, 2021 3 commits
  10. 01 May, 2021 2 commits
  11. 29 Apr, 2021 3 commits
    • Jeff Goeke-Smith's avatar
      arguments passed to printf are more generic · 81b2d073
      Jeff Goeke-Smith authored
      On systems that /bin/sh is served by shells other than bash, or 
      shells that don't implement the same syntax as the bash printf builtin,
      printf -- fails to produce the output necessary for standalone operation.
      
      The test case for this was SmartOS, which uses ksh93 as its /bin/sh.
      
      This change uses the more generic method of passing a format parameter
      of a single string, and then the argument to replace it with.
      81b2d073
    • neil's avatar
      Merge pull request #3455 from ecm75/notify_fix · ec0538d2
      neil authored
      fix _exists error message if MAIL_BIN env variable is not set
      ec0538d2
    • Eike-Christian Müller's avatar
      more simple mail.sh fix · eb0c629f
      Eike-Christian Müller authored
      Reverted the original patch and changed it to the obvious simple solution provided by @Neilpang.
      eb0c629f
  12. 19 Apr, 2021 1 commit
  13. 17 Apr, 2021 2 commits
  14. 15 Apr, 2021 1 commit
  15. 14 Apr, 2021 1 commit
  16. 09 Apr, 2021 1 commit
  17. 08 Apr, 2021 4 commits
  18. 07 Apr, 2021 1 commit
  19. 04 Apr, 2021 1 commit
  20. 30 Mar, 2021 2 commits
  21. 29 Mar, 2021 1 commit