Skip to content

feat: improve `update-deps.sh`

Nicola Spanti requested to merge topic/default/update-deps-improve into branch/default
  • Use sh of bash, because it is more common (bash may not be installed in favor of zsh or fish)
  • Better management of number of arguments
  • Redirect error messages to stderr
  • Manage the empty argument case
  • Protect use of the argument with double quotes

Merge request reports