onecrayon / tea-for-espresso

An Espresso Sugar containing Textmate-style Text Editor Actions
http://onecrayon.com/tea/
58 stars 3 forks source link

Figure out why environmental variables are persistent, even after being deleted #43

Closed onecrayon closed 14 years ago

onecrayon commented 15 years ago

If you run a shell script, then delete a custom environmental variable in TEA preferences, then run the script again, the environmental variable will still be around. This isn't as it should be, particularly considering that the environmental variables are only supposed to stick around for one iteration of the script.

onecrayon commented 15 years ago

This may be a non-issue if I'm migrating to Objective-C for TEALoader (or if TEALoader gets replaced by ESShellScript).

onecrayon commented 14 years ago

Even if TEALoader isn't deprecated, this is a Python-specific issue.