On Thu, Oct 29, 2020 at 07:11:08PM +0800, Wang Yong wrote:
On Thu, Oct 29, 2020 at 05:48:31PM +0800, Liu Shaofei wrote:
[ -n "$os_version" ] || die "os_version is empty"
incorrent indent
this is OK, keep '||' aligned.
- [ -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?
if exist ${upstream_tag}.cgz, don't need build again. Thanks, Liushaofei
Thanks, Wang Yong