echo chosen apps

This commit is contained in:
Bob Mottram 2016-10-15 10:49:23 +01:00
parent eb42b141e2
commit 4acad83e9c
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ function choose_apps_for_variant {
"${variants_list}" == *" $variant_name "* || \ "${variants_list}" == *" $variant_name "* || \
"${variants_list}" == *" $variant_name" ]]; then "${variants_list}" == *" $variant_name" ]]; then
if [[ $(app_is_removed ${a}) == "0" ]]; then if [[ $(app_is_removed ${a}) == "0" ]]; then
echo $"${app_name} chosen"
APPS_CHOSEN+=("1") APPS_CHOSEN+=("1")
else else
APPS_CHOSEN+=("0") APPS_CHOSEN+=("0")