all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: 55438@debbugs.gnu.org
Cc: zimoun <zimon.toutoune@gmail.com>
Subject: [bug#55438] [PATCH] doc: Use the shell dollar substitution.
Date: Mon, 16 May 2022 00:31:24 +0200	[thread overview]
Message-ID: <20220515223125.128354-1-zimon.toutoune@gmail.com> (raw)

Follow up of beaf701d65e9f94d0539e705d6f58a65313c5655.

* doc/guix.texi: Replace the shell backquote deprecated substitution by the
dollar one.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index e1fb50a634..c162d3a79d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3451,7 +3451,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},

base-commit: ebb43029506d994bee0c2b890881fd61a0b0c202
-- 
2.35.1





             reply	other threads:[~2022-05-15 22:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-15 22:31 zimoun [this message]
2022-05-18  4:41 ` [bug#55438] [PATCH] doc: Use the shell dollar substitution Maxim Cournoyer
2022-06-05 11:40   ` bug#55438: " Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220515223125.128354-1-zimon.toutoune@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=55438@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.