diff --git a/lib/composer b/lib/composer index 57233b83..b3b9faf5 100644 --- a/lib/composer +++ b/lib/composer @@ -125,7 +125,7 @@ function install_composer_deps() { fi fi - is_embedded="$(is_embedded_extension ${ext})" + is_embedded="$( is_embedded_extension "${ext}" )" rc=$? [ ${rc} -ne 0 ] && error "error while trying to identify if ${ext} is embedded in runtime."