summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorganamilo <morganamilo@gmail.com>2019-05-08 00:39:40 +0100
committermorganamilo <morganamilo@gmail.com>2019-05-08 00:39:40 +0100
commitfd44b0caec0008f4d72495b212bbda2ba2522ca4 (patch)
tree9152427ce3c761d3a6545e003b298ce9dc5229ec
parent6aaabf1d8a7dc8bf055f4277882f52821c8818c4 (diff)
Better spelling of "re-add"
-rwxr-xr-xpacaur2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacaur b/pacaur
index 02369c1..f420b85 100755
--- a/pacaur
+++ b/pacaur
@@ -1352,7 +1352,7 @@ MakePkgs() {
[[ "${aurdepspkgs[*]}" ]] && aurdepspkgs=($(expac -Q '%n' "${aurdepspkgs[@]}"))
[[ "${aurdepspkgs[*]}" ]] && Note "i" $"Removing installed AUR dependencies..." &&
sudo "$pacmanbin" -Rsn "${aurdepspkgs[@]}" --noconfirm
- # readd removed conflicting packages
+ # re-add removed conflicting packages
[[ "${aurconflictingpkgsrm[*]}" ]] &&
sudo "$pacmanbin" -S ${aurconflictingpkgsrm[@]} --ask 36 --asdeps --needed --noconfirm
[[ "${repoconflictingpkgsrm[*]}" ]] &&