diff --git a/functions-common b/functions-common index 9093952db9..6ee8031332 100644 --- a/functions-common +++ b/functions-common @@ -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