mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix find(1) always failing on exec plus.
This commit is contained in:
parent
df9b1ded9a
commit
14960319a6
1 changed files with 2 additions and 1 deletions
|
@ -501,6 +501,7 @@ static int evaluate(const struct expr* expr,
|
||||||
{
|
{
|
||||||
// TODO: Merge multiple paths into single invocations.
|
// TODO: Merge multiple paths into single invocations.
|
||||||
value = true;
|
value = true;
|
||||||
|
if ( !success )
|
||||||
result &= ~SUCCESS;
|
result &= ~SUCCESS;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue