Re: [Bug-wget] [PATCH] Disable automatic wget headers.

2019-05-30 Thread Darshit Shah
Hi, Sorry for the delay, I've been a little too busy with other things. I've attached a testcase file containing two failing tests: 1. I disable the "Host" header, then set it manually, then I disable an arbitrary header, the "Host" header gets disabled. This is incorrect. 2. I disabled the

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
The shebang line here reads #!/usr/bin/env -S perl -I . /usr/bin/env is part of coreutils ans should know '-S', even on Debian stretch. $ /usr/bin/env --version env (GNU coreutils) 8.30 @Jeff, what does '/usr/bin/env --help' show ? Or 'man env' ? Regards, Tim On 29.05.19 14:35, Darshit Shah w

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
OK, just got a PM showing that '-S' is new. Not even known by coreutils 8.28 (used on Ubuntu 18.04). So this is a no-go and needs to be addressed. Thanks for pointing out. Regards, Tim On 30.05.19 11:40, Tim Rühsen wrote: > The shebang line here reads > > #!/usr/bin/env -S perl -I . > > /usr/b

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 5:40 AM Tim Rühsen wrote: > > The shebang line here reads > > #!/usr/bin/env -S perl -I . > > /usr/bin/env is part of coreutils ans should know '-S', even on Debian > stretch. > > $ /usr/bin/env --version > env (GNU coreutils) 8.30 > > @Jeff, what does '/usr/bin/env --help'

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
Reverted 79be99aff (passes CI). Could you give it try, please ? Regards, Tim On 30.05.19 11:57, Jeffrey Walton wrote: > On Thu, May 30, 2019 at 5:40 AM Tim Rühsen wrote: >> >> The shebang line here reads >> >> #!/usr/bin/env -S perl -I . >> >> /usr/bin/env is part of coreutils ans should know '-

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: > > Reverted 79be99aff (passes CI). Could you give it try, please ? Where can we get that? It is not on the mirror (yet?), and https://www.gnu.org/software/wget/ does not list Git or Savannah access. Jeff

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 6:49 AM Jeffrey Walton wrote: > > On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: > > > > Reverted 79be99aff (passes CI). Could you give it try, please ? > > Where can we get that? > > It is not on the mirror (yet?), and https://www.gnu.org/software/wget/ > does not list

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 7:21 AM Jeffrey Walton wrote: > > On Thu, May 30, 2019 at 6:49 AM Jeffrey Walton wrote: > > > > On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: > > > > > > Reverted 79be99aff (passes CI). Could you give it try, please ? > > > > Where can we get that? > > > > It is not o

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
On 30.05.19 12:49, Jeffrey Walton wrote: > On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: >> >> Reverted 79be99aff (passes CI). Could you give it try, please ? > > Where can we get that? > > It is not on the mirror (yet?), and https://www.gnu.org/software/wget/ > does not list Git or Savannah

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 9:50 AM Tim Rühsen wrote: > > On 30.05.19 12:49, Jeffrey Walton wrote: > > On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: > >> > >> Reverted 79be99aff (passes CI). Could you give it try, please ? > > > > Where can we get that? > > > > It is not on the mirror (yet?), and

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
On 30.05.19 15:56, Jeffrey Walton wrote: > On Thu, May 30, 2019 at 9:50 AM Tim Rühsen wrote: >> >> On 30.05.19 12:49, Jeffrey Walton wrote: >>> On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: Reverted 79be99aff (passes CI). Could you give it try, please ? >>> >>> Where can we get th