From 36c714ebc143c69a2117218c86625da7b4354ae4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Jul 2026 13:32:04 +0800 Subject: [PATCH] fix: restore second 'for m in' line accidentally deleted in 44d2a8c6 --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 91a66632..bfd9d878 100755 --- a/build.sh +++ b/build.sh @@ -26,6 +26,7 @@ do cd $m $cdir/py3/bin/pip install . done +for m in appbase rbac accounting llmage msp cpcc unipay filemgr dapi uapi rag charge pricing discount harnessed_agent harnessed_reasoning dashboard_for_sage product_management supplychain reallife_asset bugfix do echo "install $m module..." cd $cdir/pkgs