Repository: yetus Updated Branches: refs/heads/YETUS-83 30c4bc483 -> ee2a19101 (forced update)
YETUS-82. personality_plugins with multiple entries doesn't work Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/df593f87 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/df593f87 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/df593f87 Branch: refs/heads/YETUS-83 Commit: df593f8758e4018a9c8c2f9a876678d2c9d810ec Parents: dbeacad Author: Allen Wittenauer <[email protected]> Authored: Fri Oct 16 13:34:35 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Tue Oct 20 07:34:10 2015 -0700 ---------------------------------------------------------------------- dev-support/core.d/01-common.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/df593f87/dev-support/core.d/01-common.sh ---------------------------------------------------------------------- diff --git a/dev-support/core.d/01-common.sh b/dev-support/core.d/01-common.sh index 5e0f29b..5de16be 100755 --- a/dev-support/core.d/01-common.sh +++ b/dev-support/core.d/01-common.sh @@ -280,6 +280,7 @@ function personality_plugins { if [[ -z "${ENABLED_PLUGINS}" ]]; then ENABLED_PLUGINS="$1" + ENABLED_PLUGINS=${ENABLED_PLUGINS//,/ } yetus_debug "Using personality plug-in list: ${ENABLED_PLUGINS}" fi }
