aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-06 02:34:00 +0100
committerSam James <sam@gentoo.org>2021-10-06 02:34:00 +0100
commitb799e9ed123d65d007fa6496e8b5c5ee4073efbd (patch)
tree58530ab81a35b874f2a2e8fc92ac5f846564cb69
parent2021-09-29-possible-failure-to-preserve-libraries.en.txt: fix typo (diff)
downloadgentoo-news-b799e9ed.tar.gz
gentoo-news-b799e9ed.tar.bz2
gentoo-news-b799e9ed.zip
2021-09-29-possible-failure-to-preserve-libraries: fix command for comment
Bug: https://bugs.gentoo.org/811462 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt b/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt
index bf66553..cfff106 100644
--- a/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt
+++ b/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt
@@ -76,7 +76,7 @@ as well as a copy of /var/db/pkg (the VDB):
app-misc/pax-utils to the latest version:
```
$ emerge --ask --verbose --oneshot ">=app-misc/pax-utils-1.3.3"
- $ emerge --ask --verbose --oneshot --usepkg=n $(cat broken_vdb_packages)
+ $ emerge --ask --verbose --oneshot --usepkg=n $(grep -v '#' broken_vdb_packages)
```
Given that there are possible other side-effects of the corruption/bug,