From 00d1b85f2366811f32c28b0143fe1ead5d4aceb6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 3 Nov 2011 19:03:34 +0000 Subject: Clean up the environment --- morph | 3 +++ 1 file changed, 3 insertions(+) (limited to 'morph') 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() -- cgit v1.2.1