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,7 +501,8 @@ static int evaluate(const struct expr* expr,
|
|||
{
|
||||
// TODO: Merge multiple paths into single invocations.
|
||||
value = true;
|
||||
result &= ~SUCCESS;
|
||||
if ( !success )
|
||||
result &= ~SUCCESS;
|
||||
}
|
||||
else
|
||||
value = success;
|
||||
|
|
Loading…
Reference in a new issue