This commit is contained in:
Eduard Tolosa 2020-05-03 14:14:51 -05:00
parent a75243cd70
commit 8965cdd3b4

View file

@ -104,7 +104,7 @@ elif [ "$1" == "--check" ] || [ "$1" == "-c" ]; then
fi
exit
elif [ "$1" == "-rg" ] || [ "$1" == "--rebuild-git" ]; then
packages=$(pacman -Qqm |grep git)
packages=$(pacman -Qqm |grep '\-git\|\-hg')
"$0" $packages
exit
else