Merge "Fixed NO_UPDATE_REPOS variable usage"

This commit is contained in:
Jenkins 2014-07-24 04:25:16 +00:00 committed by Gerrit Code Review
commit 703f17e536

View File

@ -993,7 +993,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