[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: accept_media=*/*, wildcard/shell problem?
In [emacs-w3m:13828]
On Fri, 13 Aug 2021 06:16:06 +0200, Emanuel Berg wrote:
> $ wget 'https://www.nifty-networks.net/swirc/releases/swirc-3.3.0.tgz'
> (w3m-download "https://www.nifty-networks.net/swirc/releases/swirc-3.3.0.tgz")
Currently both do not work in at least Japan:
wget:
ERROR: The certificate of ‘www.nifty-networks.net’ is not trusted.
ERROR: The certificate of ‘www.nifty-networks.net’ doesn't have a known issuer.
w3m:
[...]
Web Page Blocked!
> File(/home/incal/swirc-3.3.0.tgz) downloading failed:
> zsh:1: no matches found: accept_media=*/*
Zsh seems to try to expand the wild cards "*/*" always, so I've
changed the shell used in the `w3m-download' to be hard-coded
with "sh".
Regards,