From e584e58e925ca9423b46f636f08ad87c8d12a229 Mon Sep 17 00:00:00 2001 From: zimoun Date: Mon, 16 May 2022 00:31:24 +0200 Subject: 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 --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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}, -- cgit v1.2.3