Make shellcheck happier
This commit is contained in:
@@ -11,8 +11,10 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
source "$DIR/_reformat-common.bash"
|
||||
|
||||
file="$1"
|
||||
export PROJECT_ROOT=$(project_root "$file")
|
||||
export WF_ROOT=$(wf_root)
|
||||
PROJECT_ROOT=$(project_root "$file")
|
||||
export PROJECT_ROOT="$PROJECT_ROOT"
|
||||
WF_ROOT=$(wf_root)
|
||||
export WF_ROOT="$WF_ROOT"
|
||||
|
||||
## fixme use realpath or something on "$file"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user