diff --git a/build_tools/check.sh b/build_tools/check.sh index 6d00da50e..2068628e5 100755 --- a/build_tools/check.sh +++ b/build_tools/check.sh @@ -60,6 +60,7 @@ cargo() { fi } +# shellcheck disable=2329 cleanup () { if [ -n "$gettext_template_dir" ] && [ -e "$gettext_template_dir" ]; then rm -r "$gettext_template_dir"