Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 82b6931c4 -> 539682f66
KARAF-4150 - Bypass KARAF_DEBUG in status mode Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/539682f6 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/539682f6 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/539682f6 Branch: refs/heads/karaf-3.0.x Commit: 539682f66476c81c0115957e3155314af793f8bd Parents: 82b6931 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Dec 5 07:45:10 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Dec 5 07:46:02 2015 +0100 ---------------------------------------------------------------------- .../features/framework/src/main/resources/resources/bin/karaf.bat | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/539682f6/assemblies/features/framework/src/main/resources/resources/bin/karaf.bat ---------------------------------------------------------------------- diff --git a/assemblies/features/framework/src/main/resources/resources/bin/karaf.bat b/assemblies/features/framework/src/main/resources/resources/bin/karaf.bat index f7f0f88..92a8589 100644 --- a/assemblies/features/framework/src/main/resources/resources/bin/karaf.bat +++ b/assemblies/features/framework/src/main/resources/resources/bin/karaf.bat @@ -238,6 +238,7 @@ if "%EXTRA_JAVA_OPTS%" == "" goto :KARAF_EXTRA_JAVA_OPTS_END if "%KARAF_DEBUG%" == "" goto :KARAF_DEBUG_END if "%1" == "stop" goto :KARAF_DEBUG_END if "%1" == "client" goto :KARAF_DEBUG_END + if "%1" == "status" goto :KARAF_DEBUG_END rem Use the defaults if JAVA_DEBUG_OPTS was not set if "%JAVA_DEBUG_OPTS%" == "" set JAVA_DEBUG_OPTS=%DEFAULT_JAVA_DEBUG_OPTS%
