mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Fix shellcheck
This commit is contained in:
parent
ace8dc549a
commit
8bac3d2e5d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user