test: Bump shellcheck version to 0.8.0

This commit is contained in:
Hennadii Stepanov
2021-11-30 15:55:33 +02:00
parent c5712d172e
commit 5202bd1dc0
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ check_tools cat mkdir make git guix
#
under_dir() {
local path_residue
path_residue="${2##${1}}"
path_residue="${2##"${1}"}"
if [ -z "$path_residue" ] || [ "$path_residue" = "$2" ]; then
return 1
else