From b685337c9453ef76e27685ced2ab6b1f31d75395 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 9 Apr 2021 20:46:34 -0400 Subject: 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. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index edd91d8dd0..d4320f16e1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 -- cgit v1.2.3