Fix shellcheck

This commit is contained in:
Igor Nikonov 2023-04-12 10:09:27 +00:00
parent ace8dc549a
commit 8bac3d2e5d
2 changed files with 2 additions and 0 deletions

View File

@ -4,4 +4,5 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
# shellcheck source=./02496_remove_redundant_sorting.sh
ENABLE_ANALYZER=1 . "$CURDIR"/02496_remove_redundant_sorting.sh

View File

@ -4,4 +4,5 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
# shellcheck source=./02496_remove_redundant_distinct.sh
ENABLE_ANALYZER=1 . "$CURDIR"/02500_remove_redundant_distinct.sh