This is an automated email from the ASF dual-hosted git repository.
popduke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bifromq.git
The following commit(s) were added to refs/heads/main by this push:
new 3ec11c57e fix syntax issue in standalone.bat (#240)
3ec11c57e is described below
commit 3ec11c57eab31f65d82622b96102aeda416ab779
Author: dk <[email protected]>
AuthorDate: Fri Apr 3 22:04:17 2026 +0800
fix syntax issue in standalone.bat (#240)
---
build/build-bifromq-starter/bin/standalone.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/build-bifromq-starter/bin/standalone.bat
b/build/build-bifromq-starter/bin/standalone.bat
index 64ed84f08..ad8e0502b 100755
--- a/build/build-bifromq-starter/bin/standalone.bat
+++ b/build/build-bifromq-starter/bin/standalone.bat
@@ -19,7 +19,7 @@
@echo off
setlocal enabledelayedexpansion
-if [%1] EQU [] (b
+if [%1] EQU [] (
call :usage %0
exit /b 1
)