Repository: karaf Updated Branches: refs/heads/karaf-2.x 9f2281a67 -> 0469d0825
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/0469d082 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0469d082 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0469d082 Branch: refs/heads/karaf-2.x Commit: 0469d08259d8c58ca1c62e2cbd2779095c516d5c Parents: 9f2281a Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Dec 5 07:47:44 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Dec 5 07:47:44 2015 +0100 ---------------------------------------------------------------------- .../apache-karaf/src/main/distribution/windows-text/bin/karaf.bat | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/0469d082/assemblies/apache-karaf/src/main/distribution/windows-text/bin/karaf.bat ---------------------------------------------------------------------- diff --git a/assemblies/apache-karaf/src/main/distribution/windows-text/bin/karaf.bat b/assemblies/apache-karaf/src/main/distribution/windows-text/bin/karaf.bat index 8df5c93..4690a2a 100755 --- a/assemblies/apache-karaf/src/main/distribution/windows-text/bin/karaf.bat +++ b/assemblies/apache-karaf/src/main/distribution/windows-text/bin/karaf.bat @@ -239,6 +239,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%
