1. 22 5月, 2021 2 次提交
  2. 03 5月, 2021 4 次提交
  3. 26 4月, 2021 7 次提交
  4. 24 4月, 2021 1 次提交
  5. 23 4月, 2021 3 次提交
  6. 12 4月, 2021 1 次提交
  7. 11 4月, 2021 1 次提交
  8. 10 4月, 2021 4 次提交
  9. 08 4月, 2021 1 次提交
  10. 07 4月, 2021 4 次提交
  11. 06 4月, 2021 5 次提交
  12. 01 4月, 2021 1 次提交
  13. 31 3月, 2021 1 次提交
  14. 28 3月, 2021 3 次提交
  15. 25 3月, 2021 1 次提交
  16. 16 3月, 2021 1 次提交
    • L
      refactor(installer): fix static analysis warnings (#9529) · 95a06f39
      Léa Gris 提交于
      * refactor(install.sh): fix static analysis warnings
      
      Clear all warnings and errors raised by shellcheck.net static analysis.
      
      - Replace non-POSIX shell use of `$OSTYPE` by POSIX compliant check on `uname -o`.
      - Move variables out of`printf` format string.
      - Refactor/simplify string formatters for error and underline.
      - Fix expansion of arguments to a single string `$*` rather than individual elements `$@` within the error and underline formatters.
      
      * fix(uname): non-posix -o option
      
      * fix(install.sh): non portable which
      
      Replaced non-portable `which zsh` by portable `command -v zsh`
      95a06f39