Update shell code
Now it (mostly) passes shellcheck and is formatted with shfmt.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
common_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
ROOT="$common_DIR/../../"
|
||||
|
||||
# Fix for https://www.shellcheck.net/wiki/SC2148
|
||||
# shellcheck shell=bash
|
||||
|
||||
common_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
export ROOT="$common_DIR/../../"
|
||||
|
||||
Reference in New Issue
Block a user