Add __files to shell env.

This commit is contained in:
Darko Poljak 2016-06-12 17:55:29 +02:00
parent 0049b62cca
commit d7583e7a1a
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class Shell(object):
'__target_host': self.target_host,
'__manifest': self.local.manifest_path,
'__explorer': self.local.global_explorer_path,
'__files': self.local.files_path,
}
self.env.update(additional_env)