https://bugzilla.redhat.com/show_bug.cgi?id=1317385
--- Comment #4 from Akira TAGOH tagoh@redhat.com --- tested as the following: % sh -c 'echo "FOO=bar" > ~/.i18n && . initscripts-9.65/lang.sh; sh -c printenv |grep FOO; rm ~/.i18n' FOO=bar % sh -c 'echo "FOO=bar" > ~/.i18n && . initscripts-9.65.orig/lang.sh; sh -c printenv |grep FOO; rm ~/.i18n' %