Fixed NO_UPDATE_REPOS variable usage
Change-Id: I50a2fd73f30321e97c99947b62fb1729870a2c14
This commit is contained in:
parent
89a8a15ebe
commit
9e17974a62
@ -988,7 +988,7 @@ function get_packages {
|
||||
# Distro-agnostic package installer
|
||||
# install_package package [package ...]
|
||||
function update_package_repo {
|
||||
if [[ "NO_UPDATE_REPOS" = "True" ]]; then
|
||||
if [[ "$NO_UPDATE_REPOS" = "True" ]]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user