Skip to content
Snippets Groups Projects
Commit 3c218e2d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

packages2install: show non matching packages in section other

parent 5dd6c5b0
Branches
No related tags found
No related merge requests found
......@@ -221,7 +221,8 @@ function showFilteredPackages(){
echo "No package matched a group filter."
else
echo "--- Other packages: $iOther"
echo "$pkgsum" | _filterPkg "${filterAll}" "-v"
echo "$pkgsum" | _filterPkg "${filterAll}" "-v" | nl
echo
fi
# total packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment