[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: config.guess can't handle ppc64le
From: |
Emad Boctor |
Subject: |
Re: config.guess can't handle ppc64le |
Date: |
Thu, 10 Sep 2015 11:35:21 -0400 |
Thanks!
Regards,
-----------------------------------------------------------------------------
Emad Boctor
Software Developer
BigSQL, DB2 Process Model and High Availability
IBM Toronto Software Lab
Email: address@hidden Phone: (905) 413-3448
Ben Elliston ---09/09/2015 11:28:20 PM---Hi Emad, On Wed, Sep 09, 2015 at 02:42:55PM -0400, Emad Boctor wrote:
From: Ben Elliston <address@hidden>
To: Emad Boctor/Toronto/address@hidden
Cc: address@hidden
Date: 09/09/2015 11:28 PM
Subject: Re: config.guess can't handle ppc64le
Hi Emad,
On Wed, Sep 09, 2015 at 02:42:55PM -0400, Emad Boctor wrote:
> One thing that tripped me up was that I tried to run wget on these 2
> URLs but that did not download the scripts as I expected. I had to
> open the URL in a browser then save the page to actually get the
> scripts downloaded. It would be good if there is a URL that can be
> used with wget directly to download the files
You can use those URLs with wget, but you need to quote them as they
contain semicolons. If you don't quote the URL, the shell will break
the URL at the semicolons, eg:
$ wget -q -O /dev/null http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
$ echo $a $f $hb
blob_plain config.guess HEAD
Cheers,
Ben
(See attached file: signature.asc)
signature.asc
Description: Binary data