Eval variable. (Not a fan.)

This commit is contained in:
Dan Schaper 2017-01-28 16:03:48 -08:00
parent 2a5587f236
commit a281d87315
No known key found for this signature in database
GPG key ID: 572E999E385B7BFC

View file

@ -701,7 +701,7 @@ update_package_cache() {
echo ":::" echo ":::"
echo -n "::: Updating local cache of available packages..." echo -n "::: Updating local cache of available packages..."
if ${UPDATE_PKG_CACHE}; then if eval ${UPDATE_PKG_CACHE}; then
echo " done!" echo " done!"
fi fi
} }