bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jeffrey Walton
Subject: Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'
Date: Wed, 29 May 2019 08:46:56 -0400

On Wed, May 29, 2019 at 8:38 AM Jeffrey Walton <address@hidden> wrote:
>
> On Wed, May 29, 2019 at 8:35 AM Darshit Shah <address@hidden> wrote:
> >
> > That's very weird, the shebang line in that file reads:
> >
> > ```
> > #!/usr/bin/env perl
> > ```
> >
> > No options are being passed to env there. I'm going to have to take another
> > look at this later
>
> Also see https://github.com/mirror/wget/blob/master/tests/Test-https-pfs.px .

I did a quick bash -x to make sure my script was not sideways
(https://github.com/noloader/Build-Scripts/blob/master/build-wget.sh#L153):

********** Wget **********
+ echo

+ /home/jwalton/bootstrap/bin/wget -O wget-1.20.3.tar.gz --ca-certificate=/home/
jwalton/.cacert/lets-encrypt-root-x3.pem https://ftp.gnu.org/pub/gnu/wget/wget-1
.20.3.tar.gz
--2019-05-29 08:41:06--  https://ftp.gnu.org/pub/gnu/wget/wget-1.20.3.tar.gz
Resolving ftp.gnu.org... 209.51.188.20, 2001:470:142:3::b
Connecting to ftp.gnu.org|209.51.188.20|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4489249 (4.3M) [application/x-gzip]
Saving to: 'wget-1.20.3.tar.gz'

It looks like I am fetching the 1.20.3 tarball as expected.

Jeff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]