Fix most of the errors and warnings reported by shellcheck

This commit is contained in:
Éfrit
2020-04-01 02:40:55 +02:00
parent 73aafa56e1
commit f4765bfa54
8 changed files with 26 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ HERE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
LIB="${HERE}/lib"
source "${LIB}/opt.sh"
# -----------------------------------------------------------------------------
cd "$HERE"
cd "$HERE" || exit
# -----------------------------------------------------------------------------
export TEST_ENV_LIB="${HERE}/lib"