Skip to content

Commit 3ec11c5

Browse files
authored
fix syntax issue in standalone.bat (#240)
1 parent 41313fd commit 3ec11c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build-bifromq-starter/bin/standalone.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@echo off
2020

2121
setlocal enabledelayedexpansion
22-
if [%1] EQU [] (b
22+
if [%1] EQU [] (
2323
call :usage %0
2424
exit /b 1
2525
)

0 commit comments

Comments
 (0)