condition: remove version #ifs and compat selectors

This commit is contained in:
Jan Engelhardt
2008-04-02 04:23:45 +02:00
parent 72dc73e6a5
commit 330c1fe783
2 changed files with 22 additions and 63 deletions

View File

@@ -47,7 +47,7 @@ static int condition_parse(int c, char **argv, int invert, unsigned int *flags,
static void condition_check(unsigned int flags)
{
if (!flags)
if (flags == 0)
exit_error(PARAMETER_PROBLEM,
"Condition match: must specify --condition");
}