doc: Fix 'setuid-program' example.
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 <me@tobias.gr>
This commit is contained in:
parent
0cdc984147
commit
5fec14807f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user