mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
Compare commits
1 commit
2bac980072
...
56a91c088b
Author | SHA1 | Date | |
---|---|---|---|
|
56a91c088b |
6 changed files with 29 additions and 30 deletions
|
@ -185,7 +185,6 @@ class Runtime {
|
||||||
.split('\n')
|
.split('\n')
|
||||||
.map(line => line.split('=', 2))
|
.map(line => line.split('=', 2))
|
||||||
.forEach(([key, val]) => {
|
.forEach(([key, val]) => {
|
||||||
val = val.replace_all(this.pkgdir, '/runtime');
|
|
||||||
this._env_vars[key.trim()] = val.trim();
|
this._env_vars[key.trim()] = val.trim();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue