fix merge error
This commit is contained in:
parent
b5979b13e3
commit
12e36ee0e7
@ -485,7 +485,6 @@ class TclModule(EnvModule):
|
|||||||
path = join_path(spack.share_path, "modules")
|
path = join_path(spack.share_path, "modules")
|
||||||
|
|
||||||
environment_modifications_formats = {
|
environment_modifications_formats = {
|
||||||
formats = {
|
|
||||||
PrependPath: 'prepend-path --delim "{delim}" {name} \"{value}\"\n',
|
PrependPath: 'prepend-path --delim "{delim}" {name} \"{value}\"\n',
|
||||||
AppendPath: 'append-path --delim "{delim}" {name} \"{value}\"\n',
|
AppendPath: 'append-path --delim "{delim}" {name} \"{value}\"\n',
|
||||||
RemovePath: 'remove-path --delim "{delim}" {name} \"{value}\"\n',
|
RemovePath: 'remove-path --delim "{delim}" {name} \"{value}\"\n',
|
||||||
|
Loading…
Reference in New Issue
Block a user