doc: Quote a URL to avoid misinterpretation by the shell.
Otherwise, the shell tries to perform pattern-matching based on the "?" character. Reported by nij in #guix. * doc/guix.texi (Binary Installation): Add quotes around OPENPGP-SIGNING-KEY-URL.master
parent
f68bcc1bc3
commit
b685337c94
|
@ -652,7 +652,7 @@ If that command fails because you do not have the required public key,
|
|||
then run this command to import it:
|
||||
|
||||
@example
|
||||
$ wget @value{OPENPGP-SIGNING-KEY-URL} \
|
||||
$ wget '@value{OPENPGP-SIGNING-KEY-URL}' \
|
||||
-qO - | gpg --import -
|
||||
@end example
|
||||
|
||||
|
|
Reference in New Issue