You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2019/08/19 17:32:42 UTC

[activemq] 01/01: Revert "AMQ-7201 added shebang to generated broker admin script"

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch revert-358-patch-1
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit a2cdcfb652faf259081e9bced9a46009ffc81713
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Aug 19 19:32:34 2019 +0200

    Revert "AMQ-7201 added shebang to generated broker admin script"
---
 .../src/main/java/org/apache/activemq/console/command/CreateCommand.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/activemq-console/src/main/java/org/apache/activemq/console/command/CreateCommand.java b/activemq-console/src/main/java/org/apache/activemq/console/command/CreateCommand.java
index c1c8685..3e246ce 100644
--- a/activemq-console/src/main/java/org/apache/activemq/console/command/CreateCommand.java
+++ b/activemq-console/src/main/java/org/apache/activemq/console/command/CreateCommand.java
@@ -272,7 +272,6 @@ public class CreateCommand extends AbstractCommand {
 
    private String getUnixActivemqData() {
        StringBuffer res = new StringBuffer();
-       res.append("#!/bin/sh\n\n");
        res.append("## Figure out the ACTIVEMQ_BASE from the directory this script was run from\n");
        res.append("PRG=\"$0\"\n");
        res.append("progname=`basename \"$0\"`\n");