Fix the path contains spaces lead to tool script failure (#117)
This commit is contained in:
@@ -13,7 +13,8 @@ CATEGORIES=false
|
||||
TAGS=false
|
||||
LASTMOD=false
|
||||
|
||||
WORK_DIR="$(dirname $(dirname $(realpath "$0")))"
|
||||
WORK_DIR="$(dirname "$(dirname "$(realpath "$0")")")"
|
||||
|
||||
|
||||
check_status() {
|
||||
local _change=$(git status . -s)
|
||||
|
||||
Reference in New Issue
Block a user