restructure

This commit is contained in:
teldra 2021-03-12 16:48:31 +01:00
parent f8610a9190
commit 69414beaa5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ echo ""
for i in ${pkg[@]}; do
for j in ${removepkg[@]}; do
if [[ "${i}" == "${j}"]]; then
if [[ "${i}" == "${j}" ]]; then
continue 2
fi
done