On Thu, 26 May 2016 20:52:52 +0000 [email protected] wrote

> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209758
> 
> --- Comment #9 from Giuliano <[email protected]> ---
> Dear Ngie,
> 
> I have triple checked typing to be sure it is not my mistake. There is a

> error: fetch: No match
fetch(1) is tripping on the question mark " ? " in the URL you were given.
you're likely using (t)csh for your shell. You'll need to quote the
URL.

Try this:
cd /usr/src

fetch -o - 'https://bz-attachments.freebsd.org/attachment.cgi?id=170681' |
patch -p1

Make *sure* that the fetch line is all on one line. I say that
because your mail client may wrap that line.

> Hmm... I can't seem to find a patch in there
> anywhere. 
>
> Best regards,
> Giuliano
> 

--Chris


_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"

Reply via email to