refactor: move tools/$lang/** to tools/** (#17)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ if [[ "$FUNC_FILE" != *'.sh' ]]; then
|
||||
fi
|
||||
|
||||
PROJECT_DIR="$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )/.." &> /dev/null && pwd)"
|
||||
FUNC_FILE="$PROJECT_DIR/tools/sh/$FUNC_FILE"
|
||||
FUNC_FILE="$PROJECT_DIR/tools/$FUNC_FILE"
|
||||
|
||||
if [[ "$OS" == "Windows_NT" ]]; then
|
||||
FUNC_FILE="$(cygpath -w "$FUNC_FILE")"
|
||||
|
||||
Reference in New Issue
Block a user