mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Treat no match as a failure. This is the normal behaviour on SunOS.
This commit is contained in:
parent
8b16756603
commit
8b2178f15c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26951
@ -127,6 +127,7 @@ char **argv;
|
||||
default:
|
||||
fprintf(stderr, "Can't match key %s in map %s. Reason: %s\n",
|
||||
inkey, inmap, yperr_string(r));
|
||||
exit(1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user