1. 20 Sep, 2018 2 commits
  2. 12 Sep, 2018 1 commit
  3. 22 Jul, 2018 6 commits
  4. 21 Jul, 2018 1 commit
  5. 20 Jul, 2018 3 commits
  6. 15 Jul, 2018 4 commits
  7. 14 Jul, 2018 8 commits
  8. 13 Jul, 2018 4 commits
  9. 12 Jul, 2018 10 commits
  10. 08 Jul, 2018 1 commit
    • Vincent Pelletier's avatar
      shell/caucase.sh: Make shellcheck happy. · 3540d427
      Vincent Pelletier authored
      Do not rely on test's -a & -o.
      Escape backslashes which are intended as literals.
      Avoid one useless "cat".
      Avoid testing $?.
      Simplify "is integer ?" test.
      Quote a few variable expansions.
      Arithmetic expression does not need explicit expansion.
      Split declaration and assignment to unmask status.
      Disable shellcheck warning about "local" being undefined in POSIX.
      3540d427