Suppress Shellcheck

This commit is contained in:
Alexey Milovidov 2020-08-16 15:23:41 +03:00
parent f3755fecb7
commit bbb10bacf9

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2028
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. "$CURDIR"/../shell_config.sh