Skip to content
  • Andrei Pavel's avatar
    [#1574] make all shell scripts POSIX compliant · 9ca8b2fc
    Andrei Pavel authored
    * solve all shellcheck warnings
    * shebang in all scripts
    * set -eu everywhere
    * make scripts callable from everywhere
    * quote variables to prevent globbing and word splitting
    * add missing copyrights
    * remove unused variables
    * use $() instead of backticks ``
    ... and so on
    9ca8b2fc