mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
doc: Use new-style command substitution.
Follow up of beaf701d65
.
* doc/guix.texi: Replace the shell old-style command substitution with
the new-style one.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
77f84500ed
commit
e584e58e92
1 changed files with 1 additions and 1 deletions
|
@ -3457,7 +3457,7 @@ The typical use case is to define these environment variables in the
|
|||
shell:
|
||||
|
||||
@example
|
||||
$ eval `guix package --search-paths`
|
||||
$ eval $(guix package --search-paths)
|
||||
@end example
|
||||
|
||||
@var{kind} may be one of @code{exact}, @code{prefix}, or @code{suffix},
|
||||
|
|
Loading…
Reference in a new issue