Jim Meyering <jim@meyering.net> wrote on 04/15/2010
09:47:53 AM:
> "Daniel P. Berrange", libvir-list
>
> Stefan Berger wrote:
> >> If it's not 0, then you must have one of these two envvars
set:
> >>
> >> test -n "$CCC_ANALYZER_ANALYSIS$COVERITY_BUILD_COMMAND"
&& echo oops
> >
> > got 'oops' here.
>
> That is surprising (esp. since your definition of STATIC_ANALYSIS
was 0).
> You get that on the command line?
> Which of those two variables is defined for you?
> And to what?
>
> echo "$CCC_ANALYZER_ANALYSIS"
> echo "$COVERITY_BUILD_COMMAND"
Was a typo on my side.
Anyway, problem solved after adding the braces to
the for statement.
Stefan