Add missing variables for export commands

Fixes #990.
This commit is contained in:
Allan Odgaard
2013-05-18 08:51:23 +08:00
parent da96859de6
commit e3c44d78db

View File

@@ -152,7 +152,7 @@ namespace filter
static std::map<std::string, std::string> path_variables (std::string const& path)
{
std::map<std::string, std::string> map;
std::map<std::string, std::string> map = oak::basic_environment();
if(path != NULL_STR)
{
map["TM_DISPLAYNAME"] = path::display_name(path);