1. 10 Oct, 2018 5 commits
  2. 09 Oct, 2018 1 commit
  3. 08 Oct, 2018 1 commit
    • Frédéric Fauberteau's avatar
      Fix portability problem due to == test · 95874403
      Frédéric Fauberteau authored
      The "test" command, as well as the "[" command, are not required to know
      the "==" operator. Only a few implementations like bash and some
      versions of ksh support it.
      
      When you run "test foo == foo" on a platform that does not support the
      "==" operator, the result will be "false" instead of "true". This can
      lead to unexpected behavior.
      95874403
  4. 06 Sep, 2018 1 commit
  5. 02 Sep, 2018 2 commits
  6. 03 May, 2018 2 commits
  7. 28 Apr, 2018 1 commit
  8. 20 Feb, 2018 1 commit
  9. 14 Feb, 2018 2 commits
  10. 01 Feb, 2018 2 commits
  11. 06 Jan, 2018 4 commits
  12. 20 Dec, 2017 1 commit
  13. 19 Dec, 2017 1 commit
  14. 11 Dec, 2017 1 commit
  15. 07 Dec, 2017 1 commit
  16. 02 Dec, 2017 2 commits
  17. 25 Nov, 2017 1 commit
  18. 24 Nov, 2017 1 commit
  19. 17 Nov, 2017 5 commits
  20. 16 Nov, 2017 2 commits
  21. 15 Nov, 2017 2 commits
  22. 14 Nov, 2017 1 commit