Index scope

This commit is contained in:
Bob Mottram 2018-05-09 16:08:41 +01:00
parent 352b259bbb
commit 992bde2f97
1 changed files with 3 additions and 3 deletions

View File

@ -133,8 +133,8 @@ function show_apps {
fi
fi
n=$((n+1))
app_index=$((app_index+1))
fi
app_index=$((app_index+1))
done
# shellcheck disable=SC2086
@ -174,8 +174,8 @@ function remove_apps_selected {
n=$((n+1))
fi
fi
app_index=$((app_index+1))
fi
app_index=$((app_index+1))
done
# if no apps to be removed then don't do anything
@ -221,8 +221,8 @@ function install_apps_selected {
n=$((n+1))
fi
fi
app_index=$((app_index+1))
fi
app_index=$((app_index+1))
done
# if no apps to be installed then don't do anything