This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
new 50575f6 [KARAF-6958] Add PAUSE option support in client.bat
50575f6 is described below
commit 50575f6796291425357356607f494ea66bbf27c4
Author: jbonofre <[email protected]>
AuthorDate: Mon Mar 8 09:04:19 2021 +0100
[KARAF-6958] Add PAUSE option support in client.bat
(cherry picked from commit 9dfe1cca4cefe0964dfab4185b3e092a4566366e)
---
.../base/src/main/filtered-resources/resources/bin/client.bat | 4 ++++
1 file changed, 4 insertions(+)
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 cbbddb0..ec35782 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
@@ -246,3 +246,7 @@ rem # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # #
endlocal
+if not "%PAUSE%" == "" pause
+
+:END_NO_PAUSE
+ EXIT /B %ERRORLEVEL%
\ No newline at end of file