From commits-return-40588-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Mon Jun 6 16:02:35 2016 Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3CD0918D7B for ; Mon, 6 Jun 2016 16:02:35 +0000 (UTC) Received: (qmail 30103 invoked by uid 500); 6 Jun 2016 16:02:35 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 30060 invoked by uid 500); 6 Jun 2016 16:02:35 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 29971 invoked by uid 99); 6 Jun 2016 16:02:34 -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; Mon, 06 Jun 2016 16:02:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CEE74E00C5; Mon, 6 Jun 2016 16:02:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tabish@apache.org To: commits@activemq.apache.org Date: Mon, 06 Jun 2016 16:02:35 -0000 Message-Id: <79f8b303ab3343e2abdd8a3ec18115bd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq git commit: https://issues.apache.org/jira/browse/AMQ-6311 https://issues.apache.org/jira/browse/AMQ-6311 Remove misleading checknotforrunning value from the invoke Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/9079678c Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/9079678c Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/9079678c Branch: refs/heads/master Commit: 9079678c3af56a37dd15ae185cc22c09d697f595 Parents: f6b8ce6 Author: Timothy Bish Authored: Mon Jun 6 12:02:14 2016 -0400 Committer: Timothy Bish Committed: Mon Jun 6 12:02:14 2016 -0400 ---------------------------------------------------------------------- assembly/src/release/bin/activemq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/9079678c/assembly/src/release/bin/activemq ---------------------------------------------------------------------- diff --git a/assembly/src/release/bin/activemq b/assembly/src/release/bin/activemq index 4655def..1468aa9 100755 --- a/assembly/src/release/bin/activemq +++ b/assembly/src/release/bin/activemq @@ -673,6 +673,6 @@ case "$1" in exit $? ;; *) - invoke_task checkfornotrunning + invoke_task exit $? esac