guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: doc: Use new-style command substitution.


From: guix-commits
Subject: branch master updated: doc: Use new-style command substitution.
Date: Sun, 05 Jun 2022 07:39:18 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e584e58e92 doc: Use new-style command substitution.
e584e58e92 is described below

commit e584e58e925ca9423b46f636f08ad87c8d12a229
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Mon May 16 00:31:24 2022 +0200

    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>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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},



reply via email to

[Prev in Thread] Current Thread [Next in Thread]