unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55438] [PATCH] doc: Use the shell dollar substitution.
@ 2022-05-15 22:31 zimoun
  2022-05-18  4:41 ` Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2022-05-15 22:31 UTC (permalink / raw)
  To: 55438; +Cc: zimoun

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#55438] [PATCH] doc: Use the shell dollar substitution.
  2022-05-15 22:31 [bug#55438] [PATCH] doc: Use the shell dollar substitution zimoun
@ 2022-05-18  4:41 ` Maxim Cournoyer
  2022-06-05 11:40   ` bug#55438: " Julien Lepiller
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2022-05-18  4:41 UTC (permalink / raw)
  To: zimoun; +Cc: 55438

Hi Simon!

zimoun <zimon.toutoune@gmail.com> writes:

> Follow up of beaf701d65e9f94d0539e705d6f58a65313c5655.
>
> * doc/guix.texi: Replace the shell backquote deprecated substitution by the
> dollar one.

I'm nitpicking, but per "info bash", I'd reword the commit summary as
"Use new-style command substitution".  And "Replace the shell old-style
command substitution with the new-style one."

With this, I'd be happy to push :-)

Thanks!

Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#55438: [PATCH] doc: Use the shell dollar substitution.
  2022-05-18  4:41 ` Maxim Cournoyer
@ 2022-06-05 11:40   ` Julien Lepiller
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Lepiller @ 2022-06-05 11:40 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 55438-done, zimoun

Le Wed, 18 May 2022 00:41:03 -0400,
Maxim Cournoyer <maxim.cournoyer@gmail.com> a écrit :

> Hi Simon!
> 
> zimoun <zimon.toutoune@gmail.com> writes:
> 
> > Follow up of beaf701d65e9f94d0539e705d6f58a65313c5655.
> >
> > * doc/guix.texi: Replace the shell backquote deprecated
> > substitution by the dollar one.  
> 
> I'm nitpicking, but per "info bash", I'd reword the commit summary as
> "Use new-style command substitution".  And "Replace the shell
> old-style command substitution with the new-style one."
> 
> With this, I'd be happy to push :-)
> 
> Thanks!
> 
> Maxim
> 
> 
> 

I talked with Simon who agreed with the change, so pushed to master as
e584e58e925ca9423b46f636f08ad87c8d12a229, thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-05 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-15 22:31 [bug#55438] [PATCH] doc: Use the shell dollar substitution zimoun
2022-05-18  4:41 ` Maxim Cournoyer
2022-06-05 11:40   ` bug#55438: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).