summaryrefslogtreecommitdiff
path: root/sh/upd
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-03-30 14:28:36 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-03-30 14:28:36 -0700
commit9a5df606005869d9eca4ac49d1053a4875aa5023 (patch)
treef658661fe102f4eae2972ff21bb9912dda545706 /sh/upd
parent57382e72a2e84ab806dcbe4d7ef722aeb7956d40 (diff)
typo
Diffstat (limited to 'sh/upd')
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/upd b/sh/upd
index a9dccc6..ac78b6c 100755
--- a/sh/upd
+++ b/sh/upd
@@ -165,7 +165,7 @@ pac () {
# about `/^(\(|:|=)/ {f=0}`:
# - consider $aurout start with `^:: Looking for devel upgrades...` , rebuild-detector.hook maybe the last hook to run for $pacout
# - consider ^(4/5), the hook is not the last
- # - consider paru `==> Making package: ...`, the hook maybe followed by this. Note: paru somehow still gives colro output even if I use --color never, so I can't check with ^=, so I choose to check with ==>
+ # - consider paru `==> Making package: ...`, the hook maybe followed by this. Note: paru somehow still gives color output even if I use --color never, so I can't check with ^=, so I choose to check with ==>
checkrebuild_pacs="$(echo "$pacout$aurout" | awk '
/^\([0-9]+\/[0-9]+\) Checking which packages need to be rebuilt$/ {f=1; next}
/^(\(|:)|==>/ {f=0}