Repository: flink Updated Branches: refs/heads/master 546b64fd4 -> 8a6bdf4c1
[FLINK-3887] fix quoting issue with bundler command Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8a6bdf4c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8a6bdf4c Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8a6bdf4c Branch: refs/heads/master Commit: 8a6bdf4c18b5b5b8daff0aabe01ffd427773f815 Parents: 546b64f Author: Maximilian Michels <[email protected]> Authored: Tue May 31 12:16:23 2016 +0200 Committer: Maximilian Michels <[email protected]> Committed: Tue May 31 12:17:43 2016 +0200 ---------------------------------------------------------------------- docs/build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/8a6bdf4c/docs/build_docs.sh ---------------------------------------------------------------------- diff --git a/docs/build_docs.sh b/docs/build_docs.sh index adc8400..2981c4a 100755 --- a/docs/build_docs.sh +++ b/docs/build_docs.sh @@ -55,4 +55,4 @@ while getopts ":p" opt; do done # use 'bundle exec' to insert the local Ruby dependencies -bundle exec "jekyll ${JEKYLL_CMD} --source '${DOCS_SRC}' --destination '${DOCS_DST}'" +bundle exec jekyll ${JEKYLL_CMD} --source "${DOCS_SRC}" --destination "${DOCS_DST}"
