Re: [Libreoffice] [PATCH] Fix curl location in download script

2011-03-27 Thread Miklos Vajna
On Sun, Mar 27, 2011 at 07:50:06AM +0200, Francois Tigeot wrote: > curl is required at the autogen.sh stage: if I try to run ./autogen.sh > without any curl package installed, I get this error: > > configure: error: install curl to run this script Fine, then we can be sure curl is installed. :)

Re: [Libreoffice] [PATCH] Fix curl location in download script

2011-03-26 Thread Francois Tigeot
Hi Miklos, On Sun, Mar 27, 2011 at 12:14:51AM +0100, Miklos Vajna wrote: > On Sat, Mar 26, 2011 at 11:41:38PM +0100, Francois Tigeot > wrote: > > > > The attached patch replaces the strange and broken lookup logic > > present in the script by a single 'which' command. > > Won't this case a war

Re: [Libreoffice] [PATCH] Fix curl location in download script

2011-03-26 Thread Miklos Vajna
On Sat, Mar 26, 2011 at 11:41:38PM +0100, Francois Tigeot wrote: > I've recently been bitten by the 'download' script, which was > unable to use curl, even tough it is in my $PATH. > > The attached patch replaces the strange and broken lookup logic > present in the script by a single 'which' com

[Libreoffice] [PATCH] Fix curl location in download script

2011-03-26 Thread Francois Tigeot
Hi all, I've recently been bitten by the 'download' script, which was unable to use curl, even tough it is in my $PATH. The attached patch replaces the strange and broken lookup logic present in the script by a single 'which' command. If there is no objection, I'll push this patch in a few days.