summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-03 19:03:34 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-03 19:03:34 +0000
commit00d1b85f2366811f32c28b0143fe1ead5d4aceb6 (patch)
tree76ca15cefe0b4331c51be0707474991f2a066c4f /morph
parentcddce2034c1acb41a5117e4e50967be95bb47c3a (diff)
downloadmorph-00d1b85f2366811f32c28b0143fe1ead5d4aceb6.tar.gz
Clean up the environment
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 3 insertions, 0 deletions
diff --git a/morph b/morph
index 478fa52f..7edca18f 100755
--- a/morph
+++ b/morph
@@ -46,6 +46,9 @@ class Morph(cliapp.Application):
'in the machine running morph',
metavar='N',
default=0)
+ self.settings.boolean(['keep-path'],
+ 'do not touch the PATH environment variable '
+ '(use with tests ONLY)')
def cmd_build(self, args):
tempdir = morphlib.tempdir.Tempdir()