fix: shellcheck SC2164 in scripts/check.sh
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
# code non nul si une vérification échoue.
|
||||
|
||||
set -u
|
||||
cd "$(dirname "$0")/.."
|
||||
cd "$(dirname "$0")/.." || exit 1
|
||||
|
||||
fail=0
|
||||
warn=0
|
||||
|
||||
Reference in New Issue
Block a user