This is an automated email from the git hooks/post-receive script. guix_mirror_bot pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new f17acfc2db doc: contributing: Fix broken example. f17acfc2db is described below commit f17acfc2db4699ff0bcb1bd93f93ce3d08cbc2e6 Author: Jelle Licht <jli...@fsfe.org> AuthorDate: Mon Jun 23 17:41:02 2025 +0200 doc: contributing: Fix broken example. * doc/contributing.texi (Bulk updates): Properly escape special characters. Change-Id: I9aa4d88f19904056546717cd80ca89ab2f5924fe --- doc/contributing.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 2ae4844f71..8a506ef069 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1457,7 +1457,7 @@ If your machine is powerful enough you may check that the whole collection has no regression and still can be built successfully: @example [env: /gnu/store/lzxbi1ps43msyw7m5wblziy8mj6hw5kw-profile] -> ./pre-inst-env guix build $(./pre-inst-env guix package -A | awk '/astronomy.scm/{print $1"@"$2}') +> ./pre-inst-env guix build $(./pre-inst-env guix package -A | awk '/astronomy.scm/@{print $1"@@"$2@}') @end example @node Emacs Packages