You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/01/25 16:07:00 UTC

[karaf] branch master updated: [KARAF-6066] set TERM in bin/client.bat

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ab2fd3  [KARAF-6066] set TERM in bin/client.bat
     new 5a43259  Merge pull request #740 from jbonofre/KARAF-6066
2ab2fd3 is described below

commit 2ab2fd35c427d927f29445653d79827f5d4fc5ee
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jan 24 13:44:51 2019 +0100

    [KARAF-6066] set TERM in bin/client.bat
---
 .../features/base/src/main/filtered-resources/resources/bin/client.bat   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assemblies/features/base/src/main/filtered-resources/resources/bin/client.bat b/assemblies/features/base/src/main/filtered-resources/resources/bin/client.bat
index 031fc84..50b5d20 100644
--- a/assemblies/features/base/src/main/filtered-resources/resources/bin/client.bat
+++ b/assemblies/features/base/src/main/filtered-resources/resources/bin/client.bat
@@ -22,6 +22,7 @@ if not "%ECHO%" == "" echo %ECHO%
 setlocal
 set DIRNAME=%~dp0%
 set PROGNAME=%~nx0%
+set TERM=windows
 set ARGS=%*
 
 rem Sourcing environment settings for karaf similar to tomcats setenv