Fix the path contains spaces lead to tool script failure (#117)
This commit is contained in:
@@ -10,7 +10,7 @@ set -eu
|
||||
|
||||
CMD="JEKYLL_ENV=production bundle exec jekyll b"
|
||||
|
||||
WORK_DIR="$(dirname $(dirname $(realpath "$0")))"
|
||||
WORK_DIR="$(dirname "$(dirname "$(realpath "$0")")")"
|
||||
|
||||
CONTAINER="${WORK_DIR}/.container"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user