doc: Use new-style command substitution.
Follow up of beaf701d65e9f94d0539e705d6f58a65313c5655. * 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
@ -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…
x
Reference in New Issue
Block a user