Re: svn commit: r1809570 - /subversion/branches/1.9.x/STATUS
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 28 Sep 2017 12:41:46 +0000
Branko Čibej wrote on Wed, 27 Sep 2017 01:28 +0200:
Why would it fail? It neither does 'set -e' nor validates the value of $HTTPD_VERSION:
> > +HTTPD_VERSION=$("$HTTPD" -V -f $HTTPD_CFG | grep '^Server version:' | sed 's|^.*/\([0-9]*\.[0-9]*\.[0-9]*\).*$|\1|')
Besides, * in sed is greedy, so an output like
Server version: Apache/2.4.50 (Counterexample Linux/1.2.3)
would DTWT.
> On the other hand, if we don't backport this change, the OSX tests on
The patchset may be an improvement for OS X, but I am concerned that it
Cheers,
Daniel
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.