mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix shellcheck
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
This commit is contained in:
parent
0c37c95c22
commit
f8dcf01aa6
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
. "$CURDIR"/../shell_config.sh
|
||||
|
||||
# This function takes 2 arguments:
|
||||
|
Loading…
Reference in New Issue
Block a user