On Thu, Oct 29, 2020 at 05:48:31PM +0800, Liu Shaofei wrote:
[ -n "$os_version" ] || die "os_version is empty"
incorrent indent
- [ -e "$PKG_MNT/${pack_to}/${upstream_tag}.cgz" ] && return 0
$PKG_MNT/${pack_to}/${pkgname}/${upstream_tag}.cgz and why exit when cgz file exist?
Thanks, Wang Yong