fix merge error

This commit is contained in:
Tom Scogland 2016-05-14 16:20:45 -07:00
parent b5979b13e3
commit 12e36ee0e7

View File

@ -485,7 +485,6 @@ class TclModule(EnvModule):
path = join_path(spack.share_path, "modules")
environment_modifications_formats = {
formats = {
PrependPath: 'prepend-path --delim "{delim}" {name} \"{value}\"\n',
AppendPath: 'append-path --delim "{delim}" {name} \"{value}\"\n',
RemovePath: 'remove-path --delim "{delim}" {name} \"{value}\"\n',