Skip to content

Commit

Permalink
Fix Windows issue with spaces in path
Browse files Browse the repository at this point in the history
Possibly fixes openhab#1533.

Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich committed May 14, 2023
1 parent 092e447 commit e147ad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

setlocal
set DIRNAME=%~dp0%
"%DIRNAME%start.bat" debug %*
call "%DIRNAME%start.bat" debug %*

0 comments on commit e147ad6

Please sign in to comment.