commit:     b799e9ed123d65d007fa6496e8b5c5ee4073efbd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  6 01:34:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  6 01:34:00 2021 +0000
URL:        https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=b799e9ed

2021-09-29-possible-failure-to-preserve-libraries: fix command for comment

Bug: https://bugs.gentoo.org/811462
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../2021-09-29-possible-failure-to-preserve-libraries.en.txt            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,

Reply via email to