You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.134
Former-commit-id: 364d53307062f14fb72cff247c89c8a312aa882d
This commit is contained in:
parent
413682e1ba
commit
be71a71334
2
external/bockbuild/bockbuild/environment.py
vendored
2
external/bockbuild/bockbuild/environment.py
vendored
@@ -12,7 +12,7 @@ class EnvironmentItem:
|
||||
self.values = values
|
||||
|
||||
def __str__(self):
|
||||
return self.joinchar.join(self.values)
|
||||
return os.path.expandvars(self.joinchar.join(self.values))
|
||||
|
||||
|
||||
class Environment:
|
||||
|
Reference in New Issue
Block a user