summaryrefslogtreecommitdiff
path: root/doc/contributing.texi
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2025-06-23 17:41:02 +0200
committerJelle Licht <jlicht@fsfe.org>2025-06-23 17:41:02 +0200
commitf17acfc2db4699ff0bcb1bd93f93ce3d08cbc2e6 (patch)
tree70917f7ea980f6b8b4696e69bcb0fa903a385208 /doc/contributing.texi
parent0cd9eef15d5189e3d67b4fd3232bc4c31018342d (diff)
doc: contributing: Fix broken example.
* doc/contributing.texi (Bulk updates): Properly escape special characters. Change-Id: I9aa4d88f19904056546717cd80ca89ab2f5924fe
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r--doc/contributing.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 2ae4844f717..8a506ef0693 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