This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sworddragon
Recipients Sworddragon, a.badger, bkabrda, larry, lemburg, loewis, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, terry.reedy, vstinner
Date 2013-12-13.16:17:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386951428.5.0.936726175309.issue19846@psf.upfronthosting.co.za>
In-reply-to
Content
> https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1235483

After opening many hundred tickets I would say: With luck this ticket will get a response within the next year. But in the worst case it will be simply refused.


> I found examples using "LANG=$LANG

This Upstart script:

"exec echo LANG=$LANG > /tmp/test.txt"

Will result in the following:

root@ubuntu:~# start test
test stop/waiting
root@ubuntu:~# cat /tmp/test.txt
LANG=

At least in this example I'm getting on my system an empty LANG.
History
Date User Action Args
2013-12-13 16:17:08Sworddragonsetrecipients: + Sworddragon, lemburg, loewis, terry.reedy, ncoghlan, pitrou, vstinner, larry, a.badger, r.david.murray, serhiy.storchaka, bkabrda
2013-12-13 16:17:08Sworddragonsetmessageid: <1386951428.5.0.936726175309.issue19846@psf.upfronthosting.co.za>
2013-12-13 16:17:08Sworddragonlinkissue19846 messages
2013-12-13 16:17:08Sworddragoncreate