summaryrefslogtreecommitdiffstats
path: root/lib/archive
diff options
context:
space:
mode:
Diffstat (limited to 'lib/archive')
-rw-r--r--lib/archive2
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