Skip to content
Snippets Groups Projects
Commit 992bde2f authored by Bob Mottram's avatar Bob Mottram
Browse files

Index scope

parent 352b259b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment