Skip to content
  1. Apr 25, 2021
  2. Apr 23, 2021
  3. Apr 11, 2021
  4. Apr 09, 2021
  5. Apr 07, 2021
  6. Apr 06, 2021
  7. Apr 01, 2021
  8. Mar 31, 2021
  9. Mar 28, 2021
  10. Mar 27, 2021
  11. Mar 25, 2021
  12. Mar 16, 2021
    • Léa Gris's avatar
      refactor(installer): fix static analysis warnings (#9529) · 95a06f39
      Léa Gris authored
      * 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
  13. Mar 15, 2021
  14. Mar 13, 2021
  15. Mar 08, 2021
Loading