mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
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.
This commit is contained in:
parent
f68bcc1bc3
commit
b685337c94
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ If that command fails because you do not have the required public key,
|
||||||
then run this command to import it:
|
then run this command to import it:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ wget @value{OPENPGP-SIGNING-KEY-URL} \
|
$ wget '@value{OPENPGP-SIGNING-KEY-URL}' \
|
||||||
-qO - | gpg --import -
|
-qO - | gpg --import -
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue