修复bootstrap的一系列脚本忘了source最新的shell rc的问题 (#453)

This commit is contained in:
LoGin
2023-11-21 20:24:43 +08:00
committed by GitHub
parent c75089286e
commit c89d0c1237
4 changed files with 11 additions and 2 deletions

View File

@ -35,6 +35,7 @@ trap trap_handler SIGINT
SHELL_RC=$(get_shell_rc_file)
source $SHELL_RC
# 下载musl交叉编译工具链