Make shellcheck happier

This commit is contained in:
Michael Wolf
2023-09-30 18:13:46 -06:00
parent f31cc2d4a2
commit 9a752a45ba
2 changed files with 8 additions and 2 deletions

4
default.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo "ignoring"
exit 0

View File

@@ -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"