Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ set DIRNAME=%~dp0%
set PROGNAME=%~nx0%
set ARGS=%*

rem cleanly display utf8 tables, chcp 65001
rem this can be removed when fixed in jline
chcp 65001 > nul
rem as this is within the setlocal section, the change will be reverted on exit

rem Sourcing environment settings for karaf similar to tomcats setenv

if "%KARAF_SCRIPT%" == "" (
Expand Down
Loading