YETUS-82. personality_plugins with multiple entries doesn't work

Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/ef9723df
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/ef9723df
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/ef9723df

Branch: refs/heads/YETUS-83
Commit: ef9723dfa3022f5274c4abb6772ac3f0ad3ae2b8
Parents: 0f24780
Author: Allen Wittenauer <[email protected]>
Authored: Fri Oct 16 20:45:04 2015 -0700
Committer: Allen Wittenauer <[email protected]>
Committed: Fri Oct 16 20:51:50 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/ef9723df/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 93ebea0..2110f75 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
 }

Reply via email to