From 5fec14807f027e62e1c74f8d15ce8b97fed54e58 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Sun, 3 Oct 2021 20:10:24 +0200 Subject: [PATCH] doc: Fix 'setuid-program' example. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The '#$' doesn't belong there, and will cause ‘unbound variable’ errors. Reported-By: ss2 (on IRC) * doc/guix.texi (Setuid Programs): Remove #$ from example. Signed-off-by: Tobias Geerinckx-Rice --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 423b26ef64..2728f342e4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -32965,7 +32965,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