summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmorph2
1 files changed, 0 insertions, 2 deletions
diff --git a/morph b/morph
index 75998daa..3c05e11b 100755
--- a/morph
+++ b/morph
@@ -857,8 +857,6 @@ class Morph(cliapp.Application):
if 'env' not in kwargs:
kwargs['env'] = dict(os.environ)
- if self.settings['tempdir'] is not None:
- kwargs['env'].update(TMPDIR=self.settings['tempdir'])
# convert the command line arguments into a string
commands = [argv] + list(args)