radxa-pkg/rsetup

需要检测函数是否已定义,并在subshell里面调用子脚本

RadxaYuntian opened this issue · 0 comments

if "$bootloader_method" "$bootloader"

https://applink.feishu.cn/client/message/link/open?token=AmXlkMQNRgAcZnTceN9GgAQ%3D

  1. 应该用(source xxx.sh && <function_check>)来检查函数是否在文件中定义以及运行,以避免污染当前shell的环境变量
  2. 检查函数的代码可以在/usr/bin/rsetup里面找到