
taher at octality
Jan 26, 2011, 3:05 AM
Post #1 of 1
(168 views)
Permalink
|
|
Re: [Cherokee-commits] [6181] cherokee/trunk/autogen.sh: Not every shell supports 'set -o pipefail '
|
|
Esto sigue sin funcionarme. autogen.sh no hace nada a menos que comente esa lĂnea. On 26/01/11 11:27, SVN @ cherokee-project.com wrote: > > Revision > 6181 <http://svn.cherokee-project.com/changeset/6181> > Author > alo > Date > 2011-01-26 11:27:43 +0100 (Wed, 26 Jan 2011) > > > Log Message > > Not every shell supports 'set -o pipefail' > > > Modified Paths > > * cherokee/trunk/autogen.sh <#cherokeetrunkautogensh> > > > Diff > > > Modified: cherokee/trunk/autogen.sh (6180 => 6181) > > > --- cherokee/trunk/autogen.sh 2011-01-26 09:23:24 UTC (rev 6180) > +++ cherokee/trunk/autogen.sh 2011-01-26 10:27:43 UTC (rev 6181) > @@ -3,7 +3,7 @@ > > # Exit on error > set -e > -set -o pipefail > +set -o pipefail 2> /dev/null || true > > # Basedir > srcdir=`dirname $0` > > > _______________________________________________ > Cherokee-commits mailing list > Cherokee-commits [at] lists > http://lists.octality.com/listinfo/cherokee-commits -- Taher Shihadeh http://octality.com/
|