lol babby's first regex error

This commit is contained in:
Luke Smith
2019-01-04 23:08:49 -05:00
parent e3a4c5a5d6
commit 6b9dd70f29
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ case $BLOCK_BUTTON in
esac
pacman -Qu | grep -v "[ignored]" | wc -l | sed -e "s/^0$//g"
pacman -Qu | grep -v "\[ignored\]" | wc -l | sed -e "s/^0$//g"