[Xapian-tickets] [Xapian] #626: Detection of uuid_unparse_lower in #368 is broken
Xapian
nobody at xapian.org
Fri Sep 20 23:16:01 BST 2013
#626: Detection of uuid_unparse_lower in #368 is broken
------------------------+----------------------------
Reporter: dmichelsen | Owner: olly
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version: 1.3.1
Severity: blocker | Resolution:
Keywords: | Blocked By:
Blocking: | Operating System: Solaris
------------------------+----------------------------
\
\
\
\
\
\
Comment (by olly):
Hmm, I don't think I intended to write it that way, and it's worth
changing I think, but it looks to me like it actually works currently,
since {{{if X}}} runs command X and looks at its return code. Does that
not work on Solaris for some reason?
{{{
$ for x in true false ; do echo "x=$x" ; if $x ; then echo yes ; fi ; done
x=true
yes
x=false
}}}
I'm wondering if the problem you're hitting is actually something else.
\
\
\
--
Ticket URL: <http://trac.xapian.org/ticket/626#comment:1>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list