summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2022-05-16 00:31:24 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-06-05 13:38:46 +0200
commite584e58e925ca9423b46f636f08ad87c8d12a229 (patch)
treee62c112c23cc24e38863b58f5e749306d3746d06 /doc
parent77f84500edead0be87b58778f5dc9de3c3e5afff (diff)
downloadguix-patches-e584e58e925ca9423b46f636f08ad87c8d12a229.tar
guix-patches-e584e58e925ca9423b46f636f08ad87c8d12a229.tar.gz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index ecdf2041eb..d069b7f0e6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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},