Merge "Correct openrc script for zsh"

This commit is contained in:
Jenkins
2016-03-31 15:57:34 +00:00
committed by Gerrit Code Review

View File

@@ -85,7 +85,7 @@ through bash for this
function sourceopenrc {
pushd ~/devstack >/dev/null
eval $(bash -c ". openrc $1 $2;env|sed -n '/OS_/ { s/^/export /;p}'")
eval $(bash -c ". openrc $1 $2 >/dev/null;env|sed -n '/OS_/ { s/^/export /;p}'")
popd >/dev/null
}