mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 21:53:26 +00:00
Fix the path contains spaces lead to tool script failure (#117)
This commit is contained in:
@@ -15,7 +15,7 @@ if [[ ! -f "$1" ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
src_dir="$(dirname $(realpath "$1"))"
|
||||
src_dir="$(dirname "$(realpath "$1")")"
|
||||
|
||||
dir_prefix="$(realpath "$2")/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user