Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: head/bin/sh/trap.c 217472 2011-01-16 13:56:41Z jilles $");
---
> __FBSDID("$FreeBSD: head/bin/sh/trap.c 218285 2011-02-04 16:40:50Z jilles $");
104c104
< } else if (strcasecmp(sig, "exit") == 0) {
---
> } else if (strcasecmp(sig, "EXIT") == 0) {
109c109
< if (strncasecmp(sig, "sig", 3) == 0)
---
> if (strncasecmp(sig, "SIG", 3) == 0)
174c174
< out1str(" exit\n");
---
> out1str(" EXIT\n");