Use variable names less likely to be shadowed

This commit is contained in:
Michael Wolf
2025-11-16 12:25:48 -06:00
parent 0201d08009
commit 96d861f043
2 changed files with 10 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ROOT="$DIR/../../"
common_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ROOT="$common_DIR/../../"