summaryrefslogtreecommitdiff
path: root/chcleanup
diff options
context:
space:
mode:
Diffstat (limited to 'chcleanup')
-rwxr-xr-xchcleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/chcleanup b/chcleanup
index 5fdbc58..b5f631c 100755
--- a/chcleanup
+++ b/chcleanup
@@ -48,7 +48,7 @@ packages=($(comm -23 <(pacman -Qq | sort) \
[ ${#packages[@]} -eq 0 ] && exit 0
-msg2 "Removing %d packages: %s" ${#packages[@]} "${packages[@]}"
+msg2 "Removing %d packages" ${#packages[@]}
# Only remove leftovers, -Rcs removes too much
sudo pacman --noconfirm -Rn ${packages[@]}