~dricottone/huttese-apk

6c2a5f2846b53607db556feae2e7d777ab947e77 — Drew DeVault 2 years ago c86c77a
pkgkit: fix oversight with unset REPOSITORY
1 files changed, 1 insertions(+), 1 deletions(-)

M pkgkit
M pkgkit => pkgkit +1 -1
@@ 210,7 210,7 @@ mirror_ver() (

get_aver() {
	aver="${REPOSITORY:-}"
	if [ ${#REPOSITORY} -eq 0 ]
	if [ ${#aver} -eq 0 ]
	then
		. /etc/os-release
		aver="v$(printf "%s" "$VERSION_ID" | cut -d. -f1-2)"