all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50997] [PATCH] doc: Fix 'setuid-program' example.
@ 2021-10-03 18:10 Maxime Devos
  2021-10-03 18:13 ` Maxime Devos
  2021-10-04 11:48 ` bug#50997: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Maxime Devos @ 2021-10-03 18:10 UTC (permalink / raw)
  To: 50997; +Cc: Maxime Devos

The '#$' doesn't belong there, and will cause ‘unbound variable’ errors.

Reported-By: ss2 (on IRC)

* doc/guix.texi (Setuid Programs): Remove #$ from example.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 6436e83a7c..4bc5e2cbab 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -32903,7 +32903,7 @@ designated like this:
 
 @example
 (setuid-program
-  (program (file-append #$shadow "/bin/passwd")))
+  (program (file-append shadow "/bin/passwd")))
 @end example
 
 @deftp {Data Type} setuid-program

base-commit: fa4130e7fe96fc884adcf0d30d222c6bbe26e1e9
prerequisite-patch-id: 1f7f1597b9c85b2b1f9db1044d193bcf6ec8650e
prerequisite-patch-id: 588ca94b9c4603424094a9cc2854c4f9bc83c7e4
prerequisite-patch-id: 82b4951463e8979d1c4cd15e1ca6a36308b21b51
prerequisite-patch-id: 75cdb9eb6b038adfb605253163b94efd51e0276c
prerequisite-patch-id: 35140f4f2873d0b9f4fc8caca6ec2e013ecb830a
prerequisite-patch-id: ed97d14afd166e7b6cac37e3aa87a85246f7e320
prerequisite-patch-id: 3f3d43f5583dce32af7d4e9925771e581c3cc5ee
prerequisite-patch-id: e8f735697c0535afe9335448b16e3e1f308de362
prerequisite-patch-id: eaf1f67c4c07482fb4da81525cbd5dcb1ea2194e
prerequisite-patch-id: 9a15aa08fbbbf110ba76409dcc2a3ab5e0764806
prerequisite-patch-id: 675a3c516f47dfcbaf61d5ad41ca7f3babdd3f20
prerequisite-patch-id: ac188cb61957c9639d0ac125c941950afbdba9c7
prerequisite-patch-id: f3f1f02944a4aa9635ce7094bfda254315d990b3
prerequisite-patch-id: 5eee450b2221d67fbda1e6581d16628394c912a7
prerequisite-patch-id: bad535152857928abf624dc49dc2b27718d3885e
prerequisite-patch-id: 623edc835c2c5dfd8c83dcf32e650cfebea42aa0
prerequisite-patch-id: c0f50259e7fc09455f77dca31113b0b55e955220
prerequisite-patch-id: 9c7c0929a48b103b6b69626dbc86d7744f2f40ad
prerequisite-patch-id: 8f8c2af0b856f56c7798a3b79ba90b073bbb382f
prerequisite-patch-id: 7d88402829a8967c23650dffe115a94ae26433da
prerequisite-patch-id: ffb3d6215a89195f6e0f274f2f119c1f7b65259a
prerequisite-patch-id: 54eec153e523b58c3670c48afda9ef50ec44eb8e
prerequisite-patch-id: bc5dfc06e9d67d10a37fbd7ba61939907d93ca7c
prerequisite-patch-id: f85cc1c9eac0d44f40afe2a547ac3d866769f685
prerequisite-patch-id: 0db9692e872bf73242cfec6f8aa390abe14d08f1
prerequisite-patch-id: 36431a656d29e90e8eb218730c64807e2477c9d7
prerequisite-patch-id: 6817d73f5e42ccd33b19642ea4ef62814ad2b10e
prerequisite-patch-id: 9146aec4a40f7da60a4c64643a9aa0e405567b04
prerequisite-patch-id: ff2daf978d58ec12c25dcbce4e7ee010d337cd54
prerequisite-patch-id: c88d74073fcd5d1ff19a4a9338b0df63b648d98a
prerequisite-patch-id: 3032f2193b95d5cb625e33daec015f3354f01903
prerequisite-patch-id: e3f352a6e56902bce8d04d4c5725c9829563b47b
-- 
2.33.0





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

* [bug#50997] [PATCH] doc: Fix 'setuid-program' example.
  2021-10-03 18:10 [bug#50997] [PATCH] doc: Fix 'setuid-program' example Maxime Devos
@ 2021-10-03 18:13 ` Maxime Devos
  2021-10-03 20:10   ` Maxime Devos
  2021-10-04 11:48 ` bug#50997: " Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 1 reply; 4+ messages in thread
From: Maxime Devos @ 2021-10-03 18:13 UTC (permalink / raw)
  To: 50997

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

Maxime Devos schreef op zo 03-10-2021 om 20:10 [+0200]:
> The '#$' doesn't belong there, and will cause ‘unbound variable’ errors.
> 
> Reported-By: ss2 (on IRC)

There are some complications, let's wait with applying ...

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

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

* [bug#50997] [PATCH] doc: Fix 'setuid-program' example.
  2021-10-03 18:13 ` Maxime Devos
@ 2021-10-03 20:10   ` Maxime Devos
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Devos @ 2021-10-03 20:10 UTC (permalink / raw)
  To: 50997

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

Maxime Devos schreef op zo 03-10-2021 om 20:13 [+0200]:
> Maxime Devos schreef op zo 03-10-2021 om 20:10 [+0200]:
> > The '#$' doesn't belong there, and will cause ‘unbound variable’ errors.
> > 
> > Reported-By: ss2 (on IRC)
> 
> There are some complications, let's wait with applying ...

The patch turned out to be good after all.  The complication was some misplaced parentheses.

> Greetings,
> Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

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

* bug#50997: [PATCH] doc: Fix 'setuid-program' example.
  2021-10-03 18:10 [bug#50997] [PATCH] doc: Fix 'setuid-program' example Maxime Devos
  2021-10-03 18:13 ` Maxime Devos
@ 2021-10-04 11:48 ` Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-10-04 11:48 UTC (permalink / raw)
  To: Maxime Devos; +Cc: 50997-done

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Maxime,

Maxime Devos 写道:
> The '#$' doesn't belong there, and will cause ‘unbound variable’ 
> errors.

Yep.  Pushed as 5fec14807f027e62e1c74f8d15ce8b97fed54e58.  Thanks!

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2021-10-04 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03 18:10 [bug#50997] [PATCH] doc: Fix 'setuid-program' example Maxime Devos
2021-10-03 18:13 ` Maxime Devos
2021-10-03 20:10   ` Maxime Devos
2021-10-04 11:48 ` bug#50997: " Tobias Geerinckx-Rice via Guix-patches via

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.