Return-Path: X-Original-To: apmail-yetus-commits-archive@minotaur.apache.org Delivered-To: apmail-yetus-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDE0218302 for ; Tue, 20 Oct 2015 15:07:15 +0000 (UTC) Received: (qmail 94731 invoked by uid 500); 20 Oct 2015 15:06:17 -0000 Delivered-To: apmail-yetus-commits-archive@yetus.apache.org Received: (qmail 94699 invoked by uid 500); 20 Oct 2015 15:06:17 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 94681 invoked by uid 99); 20 Oct 2015 15:06:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2015 15:06:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 17973DFF7B; Tue, 20 Oct 2015 15:06:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aw@apache.org To: commits@yetus.apache.org Date: Tue, 20 Oct 2015 15:06:17 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/9] yetus git commit: YETUS-82. personality_plugins with multiple entries doesn't work 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 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 Authored: Fri Oct 16 13:34:35 2015 -0700 Committer: Allen Wittenauer 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 }