From e147ad643722a7cebb7ce23351242839fc5b4e9c 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..030f80946a 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 %* \ No newline at end of file