diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/archive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/archive b/lib/archive index ed1de85..bdb9c11 100644 --- a/lib/archive +++ b/lib/archive @@ -37,7 +37,7 @@ oh_archive_extract_source() # Note: dpkg's source format version 3 supports gzip, bzip2, LZMA, and XZ. # We support gzip, bzip2, LZMA, and compress, since these are the formats # supported by BusyBox tar. - z_ext=${_matches#"../${OH_SRCPKG}-${OH_PKGVER%-*}.tar."} + _z_ext=${_matches#"../${OH_SRCPKG}-${OH_PKGVER%-*}.tar."} case ${_z_ext} in gz) _z=z |