Use variable names less likely to be shadowed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
ROOT="$DIR/../../"
|
||||
common_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
ROOT="$common_DIR/../../"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user