From f55fd4831b990c71170f317f48c1b4ea0d24449b Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sun, 14 May 2023 13:00:28 +0200 Subject: [PATCH] Fix Windows issue with spaces in path Possibly fixes #1533. Signed-off-by: Holger Friedrich --- distributions/openhab/src/main/resources/home/start_debug.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/openhab/src/main/resources/home/start_debug.bat b/distributions/openhab/src/main/resources/home/start_debug.bat index 10fa8cbeb2..1ae7df4389 100644 --- a/distributions/openhab/src/main/resources/home/start_debug.bat +++ b/distributions/openhab/src/main/resources/home/start_debug.bat @@ -2,4 +2,4 @@ setlocal set DIRNAME=%~dp0% -"%DIRNAME%start.bat" debug %* \ No newline at end of file +call "%DIRNAME%start.bat" debug %*