You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by fl...@apache.org on 2019/08/07 14:33:12 UTC

[karaf] branch CodingFabian-patch-1 created (now ef0d321)

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

flange pushed a change to branch CodingFabian-patch-1
in repository https://gitbox.apache.org/repos/asf/karaf.git.


      at ef0d321  Remove echo on AIX and HP-UX

This branch includes the following new commits:

     new ef0d321  Remove echo on AIX and HP-UX

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[karaf] 01/01: Remove echo on AIX and HP-UX

Posted by fl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

flange pushed a commit to branch CodingFabian-patch-1
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit ef0d3217ac215321119ebe76461bbe6f37e35342
Author: Fabian Lange <la...@gmail.com>
AuthorDate: Wed Aug 7 16:33:04 2019 +0200

    Remove echo on AIX and HP-UX
    
    looks lieka debugging leftover? It confuses users when they see that output after running `./start`
---
 assemblies/features/base/src/main/filtered-resources/resources/bin/inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/assemblies/features/base/src/main/filtered-resources/resources/bin/inc b/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
index 951a71e..4d9f67c 100644
--- a/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
+++ b/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
@@ -48,7 +48,6 @@ detectOS() {
             aix=true
             # For AIX, set an environment variable
             export LDR_CNTRL=MAXDATA=0xB0000000@DSA
-            echo ${LDR_CNTRL}
             ;;
         OS400*)
             os400=true
@@ -57,7 +56,6 @@ detectOS() {
             hpux=true
             # For HP-UX, set an environment variable
             export PS_PREFIX="UNIX95= "
-            echo "${PS_PREFIX}"
             ;;
         SunOS*)
             solaris=true