termux-tools: fix typo in pkg

This commit is contained in:
Leonid Pliushch 2020-08-04 01:39:12 +03:00
parent 3de6bf5ac7
commit fc0e77edb2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://termux.com/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=0.92
TERMUX_PKG_VERSION=0.93
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -82,7 +82,7 @@ select_mirror() {
total_mirror_weight=$((total_mirror_weight + w))
else
echo "bad"
unset "mirror[$w]"
unset "mirrors[$w]"
fi
done
unset w