kiss: clean up

This commit is contained in:
Dylan Araps 2019-09-11 11:43:33 +03:00
parent 707a6004a3
commit 1ac92f1624
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -936,7 +936,7 @@ args() {
# not explicitly set for removal.
for pkg in $missing_deps; do
case " $* " in
*" $pkg "*) remove_pkgs="$pkg $remove_pkgs" ;;
*" $pkg "*) remove_pkgs="$pkg $remove_pkgs"
esac
done