Alon Bar-Lev has uploaded a new change for review. Change subject: core: support space within source directory ......................................................................
core: support space within source directory Change-Id: I94358b10306a3bf9b2f996e68cd5bcce9a3243c4 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/bin/ovirt-host-deploy.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/36/16236/1 diff --git a/src/bin/ovirt-host-deploy.in b/src/bin/ovirt-host-deploy.in index 44bd298..d064d77 100644 --- a/src/bin/ovirt-host-deploy.in +++ b/src/bin/ovirt-host-deploy.in @@ -38,6 +38,6 @@ fi if [ -f "${scriptdir}/.source" ]; then export PYTHONPATH="$(cd "${scriptdir}" && pwd)/..:${PYTHONPATH}" - extraenv="APPEND:BASE/pluginPath=str:${scriptdir}/../plugins" + extraenv="\"APPEND:BASE/pluginPath=str:${scriptdir}/../plugins\"" fi exec "${otopidir}/otopi" "${extraenv} APPEND:BASE/pluginGroups=str:ovirt-host-deploy $*" -- To view, visit http://gerrit.ovirt.org/16236 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I94358b10306a3bf9b2f996e68cd5bcce9a3243c4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
