1. 18 Dec, 2019 1 commit
  2. 15 Dec, 2019 3 commits
  3. 03 Dec, 2019 1 commit
  4. 02 Dec, 2019 1 commit
  5. 21 Oct, 2019 2 commits
  6. 14 Aug, 2019 3 commits
  7. 02 Aug, 2019 3 commits
  8. 26 Feb, 2019 1 commit
  9. 18 Feb, 2019 1 commit
  10. 25 Nov, 2018 1 commit
  11. 12 Nov, 2018 1 commit
  12. 10 Oct, 2018 5 commits
  13. 09 Oct, 2018 1 commit
  14. 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
  15. 06 Sep, 2018 1 commit
  16. 02 Sep, 2018 2 commits
  17. 03 May, 2018 2 commits
  18. 28 Apr, 2018 1 commit
  19. 20 Feb, 2018 1 commit
  20. 14 Feb, 2018 2 commits
  21. 01 Feb, 2018 2 commits
  22. 06 Jan, 2018 4 commits