Skip to content

Commit

Permalink
Add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored and jeking3 committed May 13, 2024
1 parent d87f4dc commit 71c42d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/linux/bdde
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ else
set -x
docker run --rm --cap-add=SYS_PTRACE --security-opt seccomp=unconfined ${BDDE_DOCK} \
-v "${BOOST_ROOT}:/boost:rw" -v "${BDDE_ROOT}:/bdde:ro" -v "${HOME}/.vimrc:/home/boost/.vimrc:ro" \
--user $(id -u):$(id -g) --workdir "${BOOST_STEM}" ${IT} "${env_vars[@]} ${BDDE_REPO}:${BDDE_SLUG} ${BDDE_SHELL}
--user $(id -u):$(id -g) --workdir "${BOOST_STEM}" ${IT} "${env_vars[@]}" ${BDDE_REPO}:${BDDE_SLUG} ${BDDE_SHELL}
fi

0 comments on commit 71c42d6

Please sign in to comment.