History log of /freebsd-10-stable/bin/sh/tests/builtins/locale2.0
Revision Date Author Comments
# 320531 01-Jul-2017 jilles

MFC r317912: sh: Fix INTOFF leak after a builtin with different locale
settings.

After executing a builtin with different locale settings such as
LC_ALL=C true
SIGINT handling was left disabled indefinitely.