mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
doc: contributing: Fix broken example.
* doc/contributing.texi (Bulk updates): Properly escape special characters. Change-Id: I9aa4d88f19904056546717cd80ca89ab2f5924fe
This commit is contained in:
parent
0cd9eef15d
commit
f17acfc2db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue