 
            
            
            
            
                31 Dec
                
                    2020
                
            
            
                31 Dec
                
                '20
                
            
            
            
        
    
                2:16 p.m.
            
        create_cgz_name() {
+ pkgname="${pkgname}" + [ -n "${pkgbase}" ] && pkgname="${pkgbase}"
if you donot want modify the global ${pkgname}, you can use `local` to implement, just like this: local pkgname="${pkgname}" -------- Thanks Yu Chuan
+ cgz_path="$PKG_MNT/${pack_to}/${pkgname}" cgz_name="${cgz_path}/${upstream_commit}.cgz" pkg_args="-A --check --skippgpcheck" -- 2.23.0